From: Victor Julien Date: Sat, 6 May 2023 04:55:03 +0000 (+0200) Subject: output: spelling X-Git-Tag: suricata-7.0.0-rc2~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbe2a97d141d834351f063ddabad373077a58a6b;p=thirdparty%2Fsuricata.git output: spelling --- diff --git a/src/output-filestore.c b/src/output-filestore.c index d33296784b..dcf4c1aea5 100644 --- a/src/output-filestore.c +++ b/src/output-filestore.c @@ -282,7 +282,7 @@ static TmEcode OutputFilestoreLogThreadInit(ThreadVars *t, const void *initdata, /* File system type errors (open, write, rename) will only be * logged once. But this stat will be incremented for every - * occurence. */ + * occurrence. */ aft->fs_error_counter = StatsRegisterCounter("file_store.fs_errors", t); *data = (void *)aft; diff --git a/src/output-tx.c b/src/output-tx.c index 1ff82045be..71f44c1773 100644 --- a/src/output-tx.c +++ b/src/output-tx.c @@ -527,7 +527,7 @@ next_tx: tx_id++; } - /* Update the the last ID that has been logged with all + /* Update the last ID that has been logged with all * transactions before it. */ if (logged) { SCLogDebug("updating log tx_id %"PRIu64, max_id);