From: Jeff Lucovsky Date: Sat, 18 Dec 2021 13:16:32 +0000 (-0500) Subject: general: Typo fixup X-Git-Tag: suricata-6.0.5~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4edab4eb181bf4562448714b6c448ba5efc05de6;p=thirdparty%2Fsuricata-verify.git general: Typo fixup --- diff --git a/run.py b/run.py index 91f628cd6..c4cea2b83 100755 --- 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]))