summaryrefslogtreecommitdiffstats
path: root/games/bs
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>2000-02-21 03:07:31 +0000
committerbillf <billf@FreeBSD.org>2000-02-21 03:07:31 +0000
commitacfee30552914b1fc92f65d06fd0b5f151bb3302 (patch)
tree50d17bcb7aec9ca2c17b3a0433026fd85b67c54d /games/bs
parent75e6ea817c517c136c75bc341475d572349eadd1 (diff)
downloadFreeBSD-src-acfee30552914b1fc92f65d06fd0b5f151bb3302.zip
FreeBSD-src-acfee30552914b1fc92f65d06fd0b5f151bb3302.tar.gz
Fix grammar error (repeated word).`
PR: bin/16810 Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'games/bs')
-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 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);
OpenPOWER on IntegriCloud