From: Todd C. Miller Date: Fri, 27 Aug 1999 14:39:24 +0000 (+0000) Subject: typo in comment X-Git-Tag: SUDO_1_6_0~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56f3bf61c1bd818b9b8df74349877fabb161c73f;p=sudo typo in comment --- diff --git a/parse.c b/parse.c index 95cc0bcc5..aba78ff09 100644 --- 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);