summaryrefslogtreecommitdiffstats
path: root/usr.bin/tconv
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>1997-12-08 21:36:25 +0000
committergj <gj@FreeBSD.org>1997-12-08 21:36:25 +0000
commit990e34ed3a014b94bb4b78fddc32fac9fa7a1d40 (patch)
tree764140fc3e2b42a3d5b9d11f637a6168b141b51e /usr.bin/tconv
parent866d71661181a5771f5fe0f668afee5e65f700ad (diff)
downloadFreeBSD-src-990e34ed3a014b94bb4b78fddc32fac9fa7a1d40.zip
FreeBSD-src-990e34ed3a014b94bb4b78fddc32fac9fa7a1d40.tar.gz
change ``ingored'' to ``ignored'' in two places. I noticed this typo
when I ran tconv to test APE (A Programmer's Editor).
Diffstat (limited to 'usr.bin/tconv')
-rw-r--r--usr.bin/tconv/tconv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tconv/tconv.c b/usr.bin/tconv/tconv.c
index 9ad7a76..5beeb1b 100644
--- a/usr.bin/tconv/tconv.c
+++ b/usr.bin/tconv/tconv.c
@@ -58,7 +58,7 @@
static const char SCCSid[] =
"@(#) mytinfo tconv.c 3.2 92/02/01 public domain, By Ross Ridge";
static const char rcsid[] =
- "$Id$";
+ "$Id: tconv.c,v 1.3 1997/08/13 06:58:45 charnier Exp $";
#endif
/* the right margin of the output */
@@ -743,7 +743,7 @@ char *name; {
} else if (badname(s)) {
if (lineno)
warn();
- fprintf(stderr, "bad terminal name '%s', ingored.\n",
+ fprintf(stderr, "bad terminal name '%s', ignored.\n",
s);
} else {
if (access(bindir(s), 2) == -1) {
@@ -790,7 +790,7 @@ char *name; {
} else if (badname(s)) {
if (lineno)
warn();
- fprintf(stderr, "bad terminal name '%s', ingored.\n",
+ fprintf(stderr, "bad terminal name '%s', ignored.\n",
s);
} else {
if (access(bindir(s), 2) == -1) {
OpenPOWER on IntegriCloud