Comment typofixes, pt 4

This commit is contained in:
Pasi Kallinen
2015-10-17 18:47:31 +03:00
parent 66dd87454b
commit af1c77808b
45 changed files with 73 additions and 73 deletions

View File

@@ -1464,7 +1464,7 @@ register struct obj *otmp;
int
Hear_again(VOID_ARGS)
{
/* Chance of deafness going away while fainted/sleepeing/etc. */
/* Chance of deafness going away while fainted/sleeping/etc. */
if (!rn2(2))
make_deaf(0L, FALSE);
return 0;