summaryrefslogtreecommitdiffstats
path: root/atc
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2006-11-24 21:14:55 +0000
committerwiz <wiz@NetBSD.org>2006-11-24 21:14:55 +0000
commitaee832b545c343d1528020f7cbc53f14ed9a01db (patch)
tree455be0e0b8fab0891d6e0cf78de1dfd3cd283eca /atc
parentd3f4203c8157c25fb42c9648ba3e6bea05bc364a (diff)
downloadbsdgames-darwin-aee832b545c343d1528020f7cbc53f14ed9a01db.tar.gz
bsdgames-darwin-aee832b545c343d1528020f7cbc53f14ed9a01db.tar.zst
bsdgames-darwin-aee832b545c343d1528020f7cbc53f14ed9a01db.zip
s/exceded/exceeded/, from Zafer.
Diffstat (limited to 'atc')
-rw-r--r--atc/update.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/atc/update.c b/atc/update.c
index 72c19675..84405127 100644
--- a/atc/update.c
+++ b/atc/update.c
@@ -1,4 +1,4 @@
-/* $NetBSD: update.c,v 1.17 2006/03/22 15:24:52 christos Exp $ */
+/* $NetBSD: update.c,v 1.18 2006/11/24 21:14:55 wiz Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -46,7 +46,7 @@
#if 0
static char sccsid[] = "@(#)update.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: update.c,v 1.17 2006/03/22 15:24:52 christos Exp $");
+__RCSID("$NetBSD: update.c,v 1.18 2006/11/24 21:14:55 wiz Exp $");
#endif
#endif /* not lint */
@@ -153,7 +153,7 @@ update(int dummy __attribute__((__unused__)))
}
if (pp->altitude > 9)
/* "this is impossible" */
- loser(pp, "exceded flight ceiling.");
+ loser(pp, "exceeded flight ceiling.");
if (pp->altitude <= 0) {
for (i = 0; i < sp->num_airports; i++)
if (pp->xpos == sp->airport[i].x &&