From 56f3bf61c1bd818b9b8df74349877fabb161c73f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 27 Aug 1999 14:39:24 +0000 Subject: [PATCH] typo in comment --- parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0