]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
general: Fix spelling error
authorJeff Lucovsky <jeff@lucovsky.org>
Fri, 12 Jun 2020 12:37:23 +0000 (08:37 -0400)
committerVictor Julien <victor@inliniac.net>
Mon, 29 Jun 2020 18:23:05 +0000 (20:23 +0200)
src/detect-engine-analyzer.c

index a95b6381c93facd66d5c49298e3d3d1274e1cc9e..895e18e517dc15a76143c1bae42e4a9d748ecf00 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2018 Open Information Security Foundation
+/* Copyright (C) 2007-2020 Open Information Security Foundation
  *
  * You can copy, redistribute or modify this Program under the terms of
  * the GNU General Public License version 2 as published by the Free
@@ -413,7 +413,7 @@ void CleanupFPAnalyzer(void)
 void CleanupRuleAnalyzer(void)
 {
     if (rule_engine_analysis_FD != NULL) {
-         SCLogInfo("Engine-Analyis for rules printed to file - %s", log_path);
+         SCLogInfo("Engine-Analysis for rules printed to file - %s", log_path);
         fclose(rule_engine_analysis_FD);
         rule_engine_analysis_FD = NULL;
     }