From: Victor Julien Date: Sat, 5 Feb 2022 16:24:21 +0000 (+0100) Subject: file/store: warning grammer fixup X-Git-Tag: suricata-7.0.0-beta1~923 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9c04992c3e4fbac67fd51b72cb22464692c7b12;p=thirdparty%2Fsuricata.git file/store: warning grammer fixup --- diff --git a/src/output-filestore.c b/src/output-filestore.c index 11a9df3a61..4bd996ea33 100644 --- a/src/output-filestore.c +++ b/src/output-filestore.c @@ -409,7 +409,7 @@ static OutputInitResult OutputFilestoreLogInitCtx(ConfNode *conf) intmax_t version = 0; if (!ConfGetChildValueInt(conf, "version", &version) || version < 2) { SCLogWarning(SC_WARN_DEPRECATED, - "File-store v1 been removed. Please update to file-store v2."); + "File-store v1 has been removed. Please update to file-store v2."); return result; }