fixed a typo

This commit is contained in:
Todd C. Miller
1996-06-25 22:00:58 +00:00
parent a01ddb3506
commit c7d5c3edf2

View File

@@ -239,7 +239,7 @@ void log_error(code)
_PATH_SUDO_SUDOERS);
break;
case EACCES:
(void) sprintf(p, "Can't read %s. ", Argv[0]);
(void) sprintf(p, "Can't read %s. ", _PATH_SUDO_SUDOERS);
break;
default:
(void) sprintf(p, "There is a problem opening %s ",