spelling: previously

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-09-28 13:45:05 -04:00 committed by jcamiel
parent 4b654d66f4
commit 6137a6b69a
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC

View File

@ -200,7 +200,7 @@ pub fn run(
); );
retry_count += 1; retry_count += 1;
// If we retry the entry, we do not want to display a 'blank' progress bar // If we retry the entry, we do not want to display a 'blank' progress bar
// during the sleep delay. During the pause, we artificially show the previsoulsy // during the sleep delay. During the pause, we artificially show the previously
// erased progress line. // erased progress line.
logger.test_progress(entry_index, n); logger.test_progress(entry_index, n);
thread::sleep(retry_interval); thread::sleep(retry_interval);