summaryrefslogtreecommitdiffstats
path: root/games/battlestar/com3.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/battlestar/com3.c')
-rw-r--r--games/battlestar/com3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/battlestar/com3.c b/games/battlestar/com3.c
index 1189ecc..619c43f 100644
--- a/games/battlestar/com3.c
+++ b/games/battlestar/com3.c
@@ -278,7 +278,7 @@ shoot()
clearbit(location[position].objects,TIMER);
setbit(location[position].objects,DEADTIME);
}
- else puts("What old gtimer?");
+ else puts("What old timer?");
break;
case MAN:
if (testbit(location[position].objects,MAN)){
OpenPOWER on IntegriCloud