From: Todd C. Miller Date: Fri, 21 Dec 2001 21:49:28 +0000 (+0000) Subject: regen X-Git-Tag: SUDO_1_6_4~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53320caddacb6672e7d3abb3c1d9844dd95c99d1;p=sudo regen --- diff --git a/sudo.tab.c b/sudo.tab.c index 463cc24c6..0e792bb44 100644 --- a/sudo.tab.c +++ b/sudo.tab.c @@ -215,7 +215,7 @@ void yyerror(s) char *s; { - /* Save the line the first error occured on. */ + /* Save the line the first error occurred on. */ if (errorlineno == -1) errorlineno = sudolineno ? sudolineno - 1 : 0; if (s && !quiet) {