From: Todd C. Miller Date: Wed, 9 Feb 1994 19:54:44 +0000 (+0000) Subject: fixed typo X-Git-Tag: SUDO_1_3_1~337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3763dbc9bb717dfdcb90b5bab894650f68a247c;p=sudo fixed typo --- diff --git a/find_path.c b/find_path.c index 2808bf44e..87df10d34 100644 --- a/find_path.c +++ b/find_path.c @@ -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(""); }