output: Correct typos

pull/5257/head
Jeff Lucovsky 5 years ago committed by Victor Julien
parent 1b791f34a5
commit 3d0f353ee5

@ -509,7 +509,7 @@ int SCConfLogReopen(LogFileCtx *log_ctx)
} }
/** \brief LogFileNewCtx() Get a new LogFileCtx /** \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) LogFileCtx *LogFileNewCtx(void)
{ {

@ -101,7 +101,7 @@ typedef struct LogFileCtx_ {
size_t prefix_len; size_t prefix_len;
/** Generic size_limit and size_current /** 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_limit; /**< file size limit */
uint64_t size_current; /**< file current size */ uint64_t size_current; /**< file current size */
@ -112,7 +112,7 @@ typedef struct LogFileCtx_ {
uint8_t send_flags; uint8_t send_flags;
/* Flag if file is a regular file or not. Only regular files /* Flag if file is a regular file or not. Only regular files
* allow for rotataion. */ * allow for rotation. */
uint8_t is_regular; uint8_t is_regular;
/* JSON flags */ /* JSON flags */

Loading…
Cancel
Save