typo
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 2 Sep 1991 08:47:43 +0000 (00:47 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 2 Sep 1991 08:47:43 +0000 (00:47 -0800)
SCCS-vsn: usr.bin/strings/strings.c 5.11

usr/src/usr.bin/strings/strings.c

index 30cd3ad..d001825 100644 (file)
@@ -12,7 +12,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)strings.c  5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)strings.c  5.11 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -108,7 +108,7 @@ main(argc, argv)
                        file = *argv++;
                        if (!freopen(file, "r", stdin)) {
                                (void)fprintf(stderr,
                        file = *argv++;
                        if (!freopen(file, "r", stdin)) {
                                (void)fprintf(stderr,
-                                   "strings; %s: %s\n", file, strerror(errno));
+                                   "strings: %s: %s\n", file, strerror(errno));
                                exitcode = 1;
                                goto nextfile;
                        }
                                exitcode = 1;
                                goto nextfile;
                        }