]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
output: spelling
authorVictor Julien <vjulien@oisf.net>
Sat, 6 May 2023 04:55:03 +0000 (06:55 +0200)
committerVictor Julien <vjulien@oisf.net>
Sat, 6 May 2023 12:50:43 +0000 (14:50 +0200)
src/output-filestore.c
src/output-tx.c

index d33296784b4bd0e5a6ca4e3342f4c7a1e4dcf410..dcf4c1aea502321cbee76b08315b298874135be0 100644 (file)
@@ -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;
index 1ff82045bede9344eec77c8b849967561f840214..71f44c177378860e67f1555f8df1dc8ee6fa23ed 100644 (file)
@@ -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);