]> git.ipfire.org Git - nitsi.git/commitdiff
Correct spelling mistake
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sat, 8 Sep 2018 11:04:04 +0000 (13:04 +0200)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Sat, 8 Sep 2018 11:04:04 +0000 (13:04 +0200)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
src/nitsi/test.py

index 38e7afa3d6e1927cb9c7f2d667ed3fc3013d3f8a..5104bb73b54b549dc5999710529c71b79e6bf763 100755 (executable)
@@ -205,7 +205,7 @@ class Test():
             self.log.error("Failed to load recipe")
             raise e
 
             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):
     # 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):