]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
general: Correct typos
authorJeff Lucovsky <jeff@lucovsky.org>
Sun, 4 Apr 2021 14:44:53 +0000 (10:44 -0400)
committerVictor Julien <vjulien@oisf.net>
Tue, 20 Dec 2022 07:51:32 +0000 (08:51 +0100)
src/suricata.c
src/util-debug.c

index 66da987db60bcca00dd4d433f61ae4d2b2ca678e..4c4539649a05a0b36a53c2512c8f44e831b82e64 100644 (file)
@@ -2840,7 +2840,7 @@ int InitGlobal(void)
 
     SCSetThreadName("Suricata-Main");
 
-    /* Ignore SIGUSR2 as early as possble. We redeclare interest
+    /* Ignore SIGUSR2 as early as possible. We redeclare interest
      * once we're done launching threads. The goal is to either die
      * completely or handle any and all SIGUSR2s correctly.
      */
index eb533badb2075fdaf62fb695a4a620050362f10a..e66fe54509f7f04b65d5b9dd0febf7b0a2e2284c 100644 (file)
@@ -170,7 +170,7 @@ static inline void SCLogPrintToStream(FILE *fd, char *msg)
 }
 
 /**
- * \brief Output function that logs a character string throught the syslog iface
+ * \brief Output function that logs a character string through the syslog iface
  *
  * \param syslog_log_level Holds the syslog_log_level that the message should be
  *                         logged as
@@ -1126,7 +1126,7 @@ static inline void SCLogSetOPFilter(SCLogInitData *sc_lid, SCLogConfig *sc_lc)
 
 /**
  * \brief Returns a pointer to a new SCLogInitData.  This is a public interface
- *        intended to be used after the logging paramters are read from the
+ *        intended to be used after the logging parameters are read from the
  *        conf file
  *
  * \retval sc_lid Pointer to the newly created SCLogInitData