]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
output: Correct typos
authorJeff Lucovsky <jeff@lucovsky.org>
Tue, 28 Jul 2020 12:39:39 +0000 (08:39 -0400)
committerVictor Julien <victor@inliniac.net>
Sun, 2 Aug 2020 12:19:50 +0000 (14:19 +0200)
src/util-logopenfile.c
src/util-logopenfile.h

index 93d998b813e597ca6fe568afd242644538f73d1e..621232b2c87cecd79b4e9ac4b96e2e7117d84a43 100644 (file)
@@ -509,7 +509,7 @@ int SCConfLogReopen(LogFileCtx *log_ctx)
 }
 
 /** \brief LogFileNewCtx() Get a new LogFileCtx
- *  \retval LogFileCtx * pointer if succesful, NULL if error
+ *  \retval LogFileCtx * pointer if successful, NULL if error
  *  */
 LogFileCtx *LogFileNewCtx(void)
 {
index 0e8bea78a1507448918a4c28e67a4383da43b860..40b4ed45b94b24cfeb29723ec44bb178559830f9 100644 (file)
@@ -101,7 +101,7 @@ typedef struct LogFileCtx_ {
     size_t prefix_len;
 
     /** Generic size_limit and size_current
-     * They must be common to the threads accesing the same file */
+     * They must be common to the threads accessing the same file */
     uint64_t size_limit;    /**< file size limit */
     uint64_t size_current;  /**< file current size */
 
@@ -112,7 +112,7 @@ typedef struct LogFileCtx_ {
     uint8_t send_flags;
 
     /* Flag if file is a regular file or not.  Only regular files
-     * allow for rotataion. */
+     * allow for rotation. */
     uint8_t is_regular;
 
     /* JSON flags */