mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 18:08:23 +00:00
fixed typo
This commit is contained in:
parent
c06006ed3e
commit
e3763dbc9b
@ -143,7 +143,7 @@ char *find_path(file)
|
||||
return (qualify(fn));
|
||||
else if (statfailed && errno != ENOENT && errno != ENOTDIR &&
|
||||
errno != EINVAL) {
|
||||
fprintf(stderr, "sudo: Can't stat %s", fn);
|
||||
fprintf(stderr, "sudo: Can't stat %s: ", fn);
|
||||
perror("");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user