summaryrefslogtreecommitdiffstats
path: root/trek/win.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-05-25 00:39:45 +0000
committerdholland <dholland@NetBSD.org>2009-05-25 00:39:45 +0000
commitb32fa4c609c9e5c6586f3c870f5130a4c1b17a1f (patch)
tree4b3abdadbd63e5bc178a1c1a493eb254646c4ac7 /trek/win.c
parent072f2a0f5b6a9a8b0eb6499bc8454af374cf2e99 (diff)
downloadbsdgames-darwin-b32fa4c609c9e5c6586f3c870f5130a4c1b17a1f.tar.gz
bsdgames-darwin-b32fa4c609c9e5c6586f3c870f5130a4c1b17a1f.tar.zst
bsdgames-darwin-b32fa4c609c9e5c6586f3c870f5130a4c1b17a1f.zip
"abbreviation" has two Bs.
Diffstat (limited to 'trek/win.c')
-rw-r--r--trek/win.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/trek/win.c b/trek/win.c
index 70d1b9a2..9d45e38e 100644
--- a/trek/win.c
+++ b/trek/win.c
@@ -1,4 +1,4 @@
-/* $NetBSD: win.c,v 1.11 2009/05/24 23:00:46 dholland Exp $ */
+/* $NetBSD: win.c,v 1.12 2009/05/25 00:39:45 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)win.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: win.c,v 1.11 2009/05/24 23:00:46 dholland Exp $");
+__RCSID("$NetBSD: win.c,v 1.12 2009/05/25 00:39:45 dholland Exp $");
#endif
#endif /* not lint */
@@ -81,9 +81,9 @@ win(void)
printf("to the exalted rank of Commodore Emeritus\n");
} else {
p = &Skitab[Game.skill - 1];
- printf("from %s%s ", p->abrev, p->full);
+ printf("from %s%s ", p->abbrev, p->full);
p++;
- printf("to %s%s\n", p->abrev, p->full);
+ printf("to %s%s\n", p->abbrev, p->full);
}
}