]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update log.c
authorAlan Buxey <alan.buxey@gmail.com>
Sat, 27 Jun 2015 13:03:13 +0000 (14:03 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 27 Jun 2015 13:45:38 +0000 (09:45 -0400)
src/main/log.c

index 10d005e2198a74ba6b30a02201fb822fc6f4fbd6..b36aad03a9f0b53530f487cda210bb3d32e8cc1a 100644 (file)
@@ -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.