2
0
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:
Todd C. Miller 1994-02-09 19:54:44 +00:00
parent c06006ed3e
commit e3763dbc9b

View File

@ -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("");
}