]> git.ipfire.org Git - nitsi.git/blobdiff - src/nitsi/test.py
Correct spelling mistake
[nitsi.git] / src / nitsi / test.py
index 38e7afa3d6e1927cb9c7f2d667ed3fc3013d3f8a..5104bb73b54b549dc5999710529c71b79e6bf763 100755 (executable)
@@ -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):