]> 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)
committerJeff Lucovsky <jeff@lucovsky.org>
Sun, 5 Jul 2020 15:40:55 +0000 (11:40 -0400)
(cherry picked from commit aed6356e5b4888e20cff3bdf847bb95b6a6a66b7)

src/detect-engine-analyzer.c

index 1e1b510a7cb0794aec003085c6389e843fd4c4e0..7ed7dae6d64e3a1ccb7df621c91f3f797a0aa40c 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
@@ -412,7 +412,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;
     }