From: Jonatan Schlag Date: Sat, 8 Sep 2018 11:04:04 +0000 (+0200) Subject: Correct spelling mistake X-Git-Url: http://git.ipfire.org/?p=nitsi.git;a=commitdiff_plain;h=35aab3f64ed5dff6092c9f64a81c11344e76fd81 Correct spelling mistake Signed-off-by: Jonatan Schlag --- diff --git a/src/nitsi/test.py b/src/nitsi/test.py index 38e7afa..5104bb7 100755 --- a/src/nitsi/test.py +++ b/src/nitsi/test.py @@ -205,7 +205,7 @@ class Test(): self.log.error("Failed to load recipe") raise e - # This functions tries to handle an rror of the test (eg. when 'echo "Hello World"' failed) + # This functions tries to handle an error of the test (eg. when 'echo "Hello World"' failed) # in an interactive way # returns False when the test should exit right now, and True when the test should go on def interactive_error_handling(self):