From 35aab3f64ed5dff6092c9f64a81c11344e76fd81 Mon Sep 17 00:00:00 2001 From: Jonatan Schlag Date: Sat, 8 Sep 2018 13:04:04 +0200 Subject: [PATCH] Correct spelling mistake Signed-off-by: Jonatan Schlag --- src/nitsi/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.39.2