summaryrefslogtreecommitdiffstats
path: root/trek/getpar.c
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2002-02-26 02:37:28 +0000
committerwiz <wiz@NetBSD.org>2002-02-26 02:37:28 +0000
commit0b261a554056674d38c679abb87087d816f00d66 (patch)
tree74f43a865d7e5d32e5acd5da03fc0f7b4f1c3624 /trek/getpar.c
parent0b0bae3e626e4b7295a0309861ca6d6de87158f6 (diff)
downloadbsdgames-darwin-0b261a554056674d38c679abb87087d816f00d66.tar.gz
bsdgames-darwin-0b261a554056674d38c679abb87087d816f00d66.tar.zst
bsdgames-darwin-0b261a554056674d38c679abb87087d816f00d66.zip
Correct spelling of "delimiter", and remove from ignored-errors lists.
Diffstat (limited to 'trek/getpar.c')
-rw-r--r--trek/getpar.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/trek/getpar.c b/trek/getpar.c
index 7c13b914..9a986268 100644
--- a/trek/getpar.c
+++ b/trek/getpar.c
@@ -1,4 +1,4 @@
-/* $NetBSD: getpar.c,v 1.8 2000/07/03 03:57:44 matt Exp $ */
+/* $NetBSD: getpar.c,v 1.9 2002/02/26 02:37:28 wiz Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)getpar.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: getpar.c,v 1.8 2000/07/03 03:57:44 matt Exp $");
+__RCSID("$NetBSD: getpar.c,v 1.9 2002/02/26 02:37:28 wiz Exp $");
#endif
#endif /* not lint */
@@ -291,7 +291,7 @@ testterm()
/*
-** TEST FOR SPECIFIED DELIMETER
+** TEST FOR SPECIFIED DELIMITER
**
** The standard input is scanned for the parameter. If found,
** it is thrown away and non-zero is returned. If not found,