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.
*/
}
/**
- * \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
/**
* \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