]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
general: Typo fixup
authorJeff Lucovsky <jeff@lucovsky.org>
Sat, 18 Dec 2021 13:16:32 +0000 (08:16 -0500)
committerJason Ish <jason.ish@oisf.net>
Fri, 14 Jan 2022 21:19:13 +0000 (15:19 -0600)
run.py

diff --git a/run.py b/run.py
index 91f628cd608bd07c27fca879ef677e417f04e4de..c4cea2b83f263212d241fd074d2fa696aea63a51 100755 (executable)
--- a/run.py
+++ b/run.py
@@ -667,7 +667,7 @@ class TestRunner:
                     r, expected_exit_code));
 
             check_value = self.check()
-        
+
         if VALIDATE_EVE:
             check_output = subprocess.call(["{}/check-eve.py".format(TOPDIR), outdir, "-q"])
             if check_output != 0:
@@ -944,7 +944,7 @@ def main():
     if args.self_test:
         return unittest.main(argv=[sys.argv[0]])
 
-    print("Warning: EVE files will not be valided: jsonschema module not found.")
+    print("Warning: EVE files will not be validated: jsonschema module not found.")
 
     TOPDIR = os.path.abspath(os.path.dirname(sys.argv[0]))