From a442d469d2d5f4802786b2ea3b1451e32f62f97a Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 19 Jun 2001 13:42:07 +0000 Subject: `existent', not `existant' --- atc/list.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'atc') diff --git a/atc/list.c b/atc/list.c index a8bfed02..ca17e103 100644 --- a/atc/list.c +++ b/atc/list.c @@ -1,4 +1,4 @@ -/* $NetBSD: list.c,v 1.4 1997/10/10 02:07:23 lukem Exp $ */ +/* $NetBSD: list.c,v 1.5 2001/06/19 13:42:08 wiz Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -50,7 +50,7 @@ #if 0 static char sccsid[] = "@(#)list.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: list.c,v 1.4 1997/10/10 02:07:23 lukem Exp $"); +__RCSID("$NetBSD: list.c,v 1.5 2001/06/19 13:42:08 wiz 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; -- cgit v1.2.3-56-ge451