Fix grammar error (repeated word).`

PR:		bin/16810
Submitted by:	Will Andrews <andrews@technologist.com>
This commit is contained in:
Bill Fumerola 2000-02-21 03:07:31 +00:00
parent 4f9d49f140
commit c39bcb3078
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57369

View File

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