aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-02-21 03:07:31 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-02-21 03:07:31 +0000
commitc39bcb30789a4e0b3eefe5d8d5043ead1cd66b86 (patch)
tree479b8e3f54d2018ad4de61ce67ed98b8d85d6a17 /games
parent4f9d49f14053f7f68d83fe31df391bd6afc24985 (diff)
Notes
Diffstat (limited to 'games')
-rw-r--r--games/bs/bs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bs/bs.c b/games/bs/bs.c
index 177e64639d33..4b4892f3a780 100644
--- a/games/bs/bs.c
+++ b/games/bs/bs.c
@@ -821,7 +821,7 @@ static int plyturn()
m = " Glub, glub -- my %s is headed for the bottom!";
break;
case 4:
- m = " You'll pick up survivors from my my %s, I hope...!";
+ m = " You'll pick up survivors from my %s, I hope...!";
break;
}
(void)printw(m, ss->name);