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);