diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-11 04:47:40 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-11 04:47:40 +0000 |
commit | 5d3465affda196389dd1a70c7e52b4ad0afe5f9d (patch) | |
tree | 8c5c804a7f3cd45627a33dee2f3c00feb68dcbe3 /games/atc/update.c | |
parent | 17f2e52b4728d792442a42f930b313d206397976 (diff) |
double words and spelling fixes
ok pjanzen@
Diffstat (limited to 'games/atc/update.c')
-rw-r--r-- | games/atc/update.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/atc/update.c b/games/atc/update.c index a4a234c1c69..ecd7cadd099 100644 --- a/games/atc/update.c +++ b/games/atc/update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.4 2001/08/06 22:59:13 pjanzen Exp $ */ +/* $OpenBSD: update.c,v 1.5 2003/03/11 04:47:39 david Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -49,7 +49,7 @@ #if 0 static char sccsid[] = "@(#)update.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: update.c,v 1.4 2001/08/06 22:59:13 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: update.c,v 1.5 2003/03/11 04:47:39 david Exp $"; #endif #endif /* not lint */ @@ -156,7 +156,7 @@ update(dummy) } 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 && |