From 169a75fb59a82122e051497c04ef1e8712a1e80b Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sun, 23 Apr 2000 04:28:19 +0000 Subject: [PATCH] fix typo "ascii test" --- src/ascmagic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ascmagic.c b/src/ascmagic.c index f56be214..a126cbfa 100644 --- a/src/ascmagic.c +++ b/src/ascmagic.c @@ -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); } -- 2.40.0