X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=errlog.c;h=a085227e18ef536644d435861030035ff6c942e1;hp=fd723b4a838bb5a2252f97e482d0fa9060e596d6;hb=8875cc0bd68dd60dfc150adf6d147eec216789ec;hpb=767afb7f5d7062d75385b9ab3afdad47d0249a39 diff --git a/errlog.c b/errlog.c index fd723b4a..a085227e 100644 --- a/errlog.c +++ b/errlog.c @@ -799,7 +799,7 @@ void log_error(int loglevel, const char *fmt, ...) break; case 'c': /* - * Note that char paramaters are converted to int, so we need to + * Note that char parameters are converted to int, so we need to * pass "int" to va_arg. (See K&R, 2nd ed, section A7.3.2, page 202) */ tempbuf[0] = (char) va_arg(ap, int);