diff options
author | billf <billf@FreeBSD.org> | 2000-02-21 03:07:31 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-02-21 03:07:31 +0000 |
commit | acfee30552914b1fc92f65d06fd0b5f151bb3302 (patch) | |
tree | 50d17bcb7aec9ca2c17b3a0433026fd85b67c54d /games | |
parent | 75e6ea817c517c136c75bc341475d572349eadd1 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | games/bs/bs.c | 2 |
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); |