From f9c04992c3e4fbac67fd51b72cb22464692c7b12 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sat, 5 Feb 2022 17:24:21 +0100 Subject: [PATCH] file/store: warning grammer fixup --- src/output-filestore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }