From: Jeff Lucovsky Date: Fri, 12 Jun 2020 12:37:23 +0000 (-0400) Subject: general: Fix spelling error X-Git-Tag: suricata-6.0.0-beta1~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c47b8c1bfb5aa06e077ef976a348bf5e2d09bba;p=thirdparty%2Fsuricata.git general: Fix spelling error --- 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; }