summaryrefslogtreecommitdiff
path: root/games/atc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-11-08 19:17:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-11-08 19:17:31 +0000
commitf0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch)
treef9bafe25867d0323af89776288c80edb6b30c09c /games/atc
parent01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff)
typos from Jonathon Gray;
Diffstat (limited to 'games/atc')
-rw-r--r--games/atc/list.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/atc/list.c b/games/atc/list.c
index 9eaa948f43b..a18e8f6daca 100644
--- a/games/atc/list.c
+++ b/games/atc/list.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: list.c,v 1.4 2003/06/03 03:01:38 millert Exp $ */
+/* $OpenBSD: list.c,v 1.5 2003/11/08 19:17:27 jmc Exp $ */
/* $NetBSD: list.c,v 1.3 1995/03/21 15:04:18 cgd Exp $ */
/*-
@@ -46,7 +46,7 @@
#if 0
static char sccsid[] = "@(#)list.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: list.c,v 1.4 2003/06/03 03:01:38 millert Exp $";
+static char rcsid[] = "$OpenBSD: list.c,v 1.5 2003/11/08 19:17:27 jmc Exp $";
#endif
#endif /* not lint */
@@ -107,7 +107,7 @@ delete(l, p)
PLANE *p;
{
if (l->head == NULL)
- loser(p, "deleted a non-existant plane! Get help!");
+ loser(p, "deleted a non-existent plane! Get help!");
if (l->head == p && l->tail == p)
l->head = l->tail = NULL;