From aeccfc7ca4e4f5e1e12c8d00c4e89cee4161b44f Mon Sep 17 00:00:00 2001 From: James Jones Date: Mon, 30 Oct 2023 11:29:18 -0500 Subject: [PATCH] Typo Found while looking into CID #1548348 --- src/lib/server/log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/server/log.c b/src/lib/server/log.c index 5d17a46d003..f29f185179d 100644 --- a/src/lib/server/log.c +++ b/src/lib/server/log.c @@ -602,7 +602,7 @@ void log_module_failure_msg(request_t *request, char const *fmt, ...) va_end(ap); } -/** Martial variadic log arguments into a va_list and pass to normal logging functions +/** Marshal variadic log arguments into a va_list and pass to normal logging functions * * @see log_request_error for more details. * @@ -629,7 +629,7 @@ void log_request(fr_log_type_t type, fr_log_lvl_t lvl, request_t *request, va_end(ap); } -/** Martial variadic log arguments into a va_list and pass to error logging functions +/** Marshal variadic log arguments into a va_list and pass to error logging functions * * This could all be done in a macro, but it turns out some implementations of the * variadic macros do not work at all well if the va_list being written to is further -- 2.47.3