From ac4aa811537bde9caa70e8c544952ece2e84350e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 21 Dec 2001 21:49:05 +0000 Subject: [PATCH] typo in comment --- parse.yacc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0