]> granicus.if.org Git - sudo/commitdiff
typo in comment
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 27 Aug 1999 14:39:24 +0000 (14:39 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 27 Aug 1999 14:39:24 +0000 (14:39 +0000)
parse.c

diff --git a/parse.c b/parse.c
index 95cc0bcc50282008fad90d02ed15a73476afe639..aba78ff0916c7153301e5faf5fbac46900d39618 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -182,7 +182,7 @@ sudoers_lookup(check_cmnd)
                            return(VALIDATE_OK);
                    } else if (cmnd_matches == FALSE) {
                        /*
-                        * User was explicitly denied acces to cmnd on host.
+                        * User was explicitly denied access to cmnd on host.
                         */
                        if (no_passwd == TRUE)
                            return(VALIDATE_NOT_OK | FLAG_NOPASS);