From e8c10135a3878ef29fa64c594b39c3cb4900cced Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 15:04:45 +0100 Subject: fix doc text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- liblog.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/liblog.h b/liblog.h index 1192ead..e99fac6 100644 --- a/liblog.h +++ b/liblog.h @@ -20,7 +20,7 @@ /** - * Mark the message as incomplete an deferred + * Mark the message as incomplete and deferred * printing until LIBLOG_XLOG_UNCORK is used. */ #define LIBLOG_XLOG_CORK 0x0001 @@ -34,21 +34,21 @@ #define LIBLOG_XLOG_UNCORK 0x0002 /** - * Output a backtrace even if the it is not + * Output a backtrace even if it is not * configured that backtraces should be printed * for the selected log level. */ #define LIBLOG_XLOG_BACKTRACE 0x0004 /** - * Do not output a backtrace even if the it is + * Do not output a backtrace even if it is * configured that backtraces should be printed * for the selected log level. */ #define LIBLOG_XLOG_NO_BACKTRACE 0x0008 /** - * Do not output any new text (apport from potential + * Do not output any new text (apart from potential * backtrace); allowing `fmt` to be `NULL`. */ #define LIBLOG_XLOG_NO_TEXT 0x0010 @@ -743,7 +743,7 @@ liblog_use_stderr_for_range(struct liblog_context *ctx, const char *prefixfmt, i * @param flags Modifications the the function's behaviour; * may be 0 or the OR of any of the following values: * - LIBLOG_XLOG_CORK: - * Mark the message as incomplete an deferred + * Mark the message as incomplete and deferred * printing until LIBLOG_XLOG_UNCORK is used * - LIBLOG_XLOG_UNCORK: * Output message printed since the first @@ -751,15 +751,15 @@ liblog_use_stderr_for_range(struct liblog_context *ctx, const char *prefixfmt, i * LIBLOG_XLOG_UNCORK if any) as one complete * message * - LIBLOG_XLOG_BACKTRACE: - * Output a backtrace even if the it is not + * Output a backtrace even if it is not * configured that backtraces should be printed * for the selected log level * - LIBLOG_XLOG_NO_BACKTRACE: - * Do not output a backtrace even if the it is + * Do not output a backtrace even if it is * configured that backtraces should be printed * for the selected log level * - LIBLOG_XLOG_NO_TEXT: - * Do not output any new text (apport from potential + * Do not output any new text (apart from potential * backtrace); allowing `fmt` to be `NULL` * However, LIBLOG_XLOG_CORK and LIBLOG_XLOG_UNCORK * cannot be combined, nor can LIBLOG_XLOG_BACKTRACE @@ -783,7 +783,7 @@ liblog_vxlog(struct liblog_context *ctx, enum liblog_level level, unsigned flags * @param flags Modifications the the function's behaviour; * may be 0 or the OR of any of the following values: * - LIBLOG_XLOG_CORK: - * Mark the message as incomplete an deferred + * Mark the message as incomplete and deferred * printing until LIBLOG_XLOG_UNCORK is used * - LIBLOG_XLOG_UNCORK: * Output message printed since the first @@ -791,15 +791,15 @@ liblog_vxlog(struct liblog_context *ctx, enum liblog_level level, unsigned flags * LIBLOG_XLOG_UNCORK if any) as one complete * message * - LIBLOG_XLOG_BACKTRACE: - * Output a backtrace even if the it is not + * Output a backtrace even if it is not * configured that backtraces should be printed * for the selected log level * - LIBLOG_XLOG_NO_BACKTRACE: - * Do not output a backtrace even if the it is + * Do not output a backtrace even if it is * configured that backtraces should be printed * for the selected log level * - LIBLOG_XLOG_NO_TEXT: - * Do not output any new text (apport from potential + * Do not output any new text (apart from potential * backtrace); allowing `fmt` to be `NULL`. * However, LIBLOG_XLOG_CORK and LIBLOG_XLOG_UNCORK * cannot be combined, nor can LIBLOG_XLOG_BACKTRACE -- cgit v1.2.3-70-g09d2