]> granicus.if.org Git - sudo/commitdiff
fixed typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 9 Feb 1994 19:54:44 +0000 (19:54 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 9 Feb 1994 19:54:44 +0000 (19:54 +0000)
find_path.c

index 2808bf44e9e419105e4acdc2b6e39a942092d49f..87df10d34efe4216cb9f3c55a9376df45cb4205c 100644 (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("");
        }