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
+2 -2
View File
@@ -38,7 +38,7 @@ int atyp, dtyp;
return (struct attack *) 0;
}
/* does monster-type have a paricular type of attack */
/* does monster-type have a particular type of attack */
boolean
attacktype(ptr, atyp)
struct permonst *ptr;
@@ -405,7 +405,7 @@ boolean
cantvomit(ptr)
struct permonst *ptr;
{
/* rats and mice are incapable of vomitting;
/* rats and mice are incapable of vomiting;
which other creatures have the same limitation? */
if (ptr->mlet == S_RODENT && ptr != &mons[PM_ROCK_MOLE]
&& ptr != &mons[PM_WOODCHUCK])