]> granicus.if.org Git - file/commitdiff
fix typo "ascii test"
authorChristos Zoulas <christos@zoulas.com>
Sun, 23 Apr 2000 04:28:19 +0000 (04:28 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 23 Apr 2000 04:28:19 +0000 (04:28 +0000)
src/ascmagic.c

index f56be21408b9a1a090f7c23852a13113e8188647..a126cbfa9ab72fe6c22804d46568d2c9e7b1ec19 100644 (file)
@@ -38,7 +38,7 @@
 #include "names.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$Id: ascmagic.c,v 1.26 2000/04/11 02:32:35 christos Exp $")
+FILE_RCSID("@(#)$Id: ascmagic.c,v 1.27 2000/04/23 04:28:19 christos Exp $")
 #endif /* lint */
 
                        /* an optimisation over plain strcmp() */
@@ -118,7 +118,7 @@ int nbytes; /* size actually read */
        }
 
        /* all else fails, but it is ASCII... */
-       ckfputs(iflag ? "text/plain, ASCII" : "ASCII test", stdout);
+       ckfputs(iflag ? "text/plain, ASCII" : "ASCII text", stdout);
        if (has_escapes) {
                ckfputs(" (with escape sequences)", stdout);
        }