From: Jeff Lucovsky Date: Tue, 28 Jul 2020 12:39:39 +0000 (-0400) Subject: output: Correct typos X-Git-Tag: suricata-6.0.0-beta1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d0f353ee5b99dedac4fb5a58a0e0da250ed35a3;p=thirdparty%2Fsuricata.git output: Correct typos --- diff --git a/src/util-logopenfile.c b/src/util-logopenfile.c index 93d998b813..621232b2c8 100644 --- a/src/util-logopenfile.c +++ b/src/util-logopenfile.c @@ -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) { diff --git a/src/util-logopenfile.h b/src/util-logopenfile.h index 0e8bea78a1..40b4ed45b9 100644 --- a/src/util-logopenfile.h +++ b/src/util-logopenfile.h @@ -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 */