aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
diff options
context:
space:
mode:
Diffstat (limited to 'taipan.c')
-rw-r--r--taipan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/taipan.c b/taipan.c
index bd826e8..4cce51e 100644
--- a/taipan.c
+++ b/taipan.c
@@ -732,7 +732,7 @@ void fight_stats(int ships, int orders) {
if(ships != 1) cputc('s');
cputs(" attacking, Taipan! \r\n");
- cputs("Your orders are to: ");
+ cputs("Your orders are: ");
if(orders == 1)
cputs("Fight ");
else if(orders == 2)