From acfee30552914b1fc92f65d06fd0b5f151bb3302 Mon Sep 17 00:00:00 2001 From: billf Date: Mon, 21 Feb 2000 03:07:31 +0000 Subject: Fix grammar error (repeated word).` PR: bin/16810 Submitted by: Will Andrews --- games/bs/bs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/bs/bs.c b/games/bs/bs.c index 177e646..4b4892f 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); -- cgit v1.1