mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Fix typo in warning message.
This commit is contained in:
parent
aaea462277
commit
3d73f05e3b
@ -614,7 +614,7 @@ reparse_sudoers(char *editor, int editor_argc, char **editor_argv,
|
|||||||
sudoersrestart(fp);
|
sudoersrestart(fp);
|
||||||
sudoers_setlocale(SUDOERS_LOCALE_SUDOERS, &oldlocale);
|
sudoers_setlocale(SUDOERS_LOCALE_SUDOERS, &oldlocale);
|
||||||
if (sudoersparse() && !parse_error) {
|
if (sudoersparse() && !parse_error) {
|
||||||
sudo_warnx(U_("unabled to parse temporary file (%s), unknown error"),
|
sudo_warnx(U_("unable to parse temporary file (%s), unknown error"),
|
||||||
sp->tpath);
|
sp->tpath);
|
||||||
parse_error = true;
|
parse_error = true;
|
||||||
rcstr_delref(errorfile);
|
rcstr_delref(errorfile);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user