From: Todd C. Miller Date: Fri, 21 Dec 2001 21:49:05 +0000 (+0000) Subject: typo in comment X-Git-Tag: SUDO_1_6_4~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac4aa811537bde9caa70e8c544952ece2e84350e;p=sudo typo in comment --- diff --git a/parse.yacc b/parse.yacc index 719a4d7b5..1bef965e5 100644 --- a/parse.yacc +++ b/parse.yacc @@ -197,7 +197,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) {