summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2018-02-08 09:05:16 +0000
committerdholland <dholland@NetBSD.org>2018-02-08 09:05:16 +0000
commit80b252d675f5e0441af736fb14c1c4481af72729 (patch)
treef2a4904e8077c086df3652281eefb098ec71bdae /games
parentd0ca52828d1c84884e93301abc3363a312d2d027 (diff)
Typos.
Diffstat (limited to 'games')
-rw-r--r--games/trek/snova.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/trek/snova.c b/games/trek/snova.c
index d391292a160..90baf75acb5 100644
--- a/games/trek/snova.c
+++ b/games/trek/snova.c
@@ -1,4 +1,4 @@
-/* $NetBSD: snova.c,v 1.9 2009/05/24 22:55:03 dholland Exp $ */
+/* $NetBSD: snova.c,v 1.10 2018/02/08 09:05:16 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)snova.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: snova.c,v 1.9 2009/05/24 22:55:03 dholland Exp $");
+__RCSID("$NetBSD: snova.c,v 1.10 2018/02/08 09:05:16 dholland Exp $");
#endif
#endif /* not lint */
@@ -108,7 +108,7 @@ snova(int x, int y)
}
if (f) {
/* supernova is in same quadrant as Enterprise */
- printf("\a\nRED ALERT: supernova occuring at %d,%d\n", ix, iy);
+ printf("\a\nRED ALERT: supernova occurring at %d,%d\n", ix, iy);
dx = ix - Ship.sectx;
dy = iy - Ship.secty;
if (dx * dx + dy * dy <= 2) {