diff --git a/src/detect-engine-analyzer.c b/src/detect-engine-analyzer.c index a95b6381c9..895e18e517 100644 --- a/src/detect-engine-analyzer.c +++ b/src/detect-engine-analyzer.c @@ -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; }