]> granicus.if.org Git - sudo/commitdiff
regen
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 21 Dec 2001 21:49:28 +0000 (21:49 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 21 Dec 2001 21:49:28 +0000 (21:49 +0000)
sudo.tab.c

index 463cc24c6bb4f9add5803d640ee41af2f6c90012..0e792bb44be8c4db55d065a44f9fffe063eba243 100644 (file)
@@ -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) {