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
+1 -1
View File
@@ -591,7 +591,7 @@ int ochance, achance; /* percent chance for ordinary item, artifact */
}
freeinv(obj);
} else {
/* not carried; presumeably thrown or kicked */
/* not carried; presumably thrown or kicked */
if (canspotmon(mon))
pline("%s absorbs %s!", Monnam(mon), yname(obj));
}