=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/parse.yacc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/sudo/Attic/parse.yacc 2000/03/27 03:44:38 1.4 +++ src/usr.bin/sudo/Attic/parse.yacc 2001/09/19 10:58:07 1.5 @@ -189,7 +189,7 @@ 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) {