From: James Jones Date: Mon, 30 Oct 2023 16:29:18 +0000 (-0500) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeccfc7ca4e4f5e1e12c8d00c4e89cee4161b44f;p=thirdparty%2Ffreeradius-server.git Typo Found while looking into CID #1548348 --- 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