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

@@ -469,7 +469,7 @@ xchar x, y;
}
/*
* check wether a monster enters/leaves one or more region.
* check whether a monster enters/leaves one or more region.
*/
boolean
m_in_out_region(mon, x, y)
@@ -1022,7 +1022,7 @@ region_danger()
/* completely harmless if you don't need to breathe */
if (nonliving(youmonst.data) || Breathless)
continue;
/* minor inconvenience if you're posion resistant;
/* minor inconvenience if you're poison resistant;
not harmful enough to be a prayer-level trouble */
if (Poison_resistance)
continue;