Found while looking into CID #
1548348
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.
*
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