From: Alan Buxey Date: Sat, 27 Jun 2015 13:03:13 +0000 (+0100) Subject: Update log.c X-Git-Tag: release_3_0_9~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa0a6f566ee382f12d8ee2feaad87ec22bf3ad4b;p=thirdparty%2Ffreeradius-server.git Update log.c --- diff --git a/src/main/log.c b/src/main/log.c index 10d005e2198..b36aad03a9f 100644 --- a/src/main/log.c +++ b/src/main/log.c @@ -821,7 +821,7 @@ void radlog_request_error(log_type_t type, log_lvl_t lvl, REQUEST *request, char va_end(ap); } -/** Write the string being parsed, and a marker showing where the parse error ocurred +/** Write the string being parsed, and a marker showing where the parse error occurred * * @param type the log category. * @param lvl of debugging this message should be logged at.