Comment typofixes

This commit is contained in:
Pasi Kallinen
2015-10-17 12:28:52 +03:00
parent f4ec27ea13
commit f8b48490aa
23 changed files with 28 additions and 28 deletions

View File

@@ -1976,7 +1976,7 @@ long timeout;
if (cansee_spot && !silent && !suppress_see) {
struct monst *mon;
mon = figurine->ocarry;
/* figurine carring monster might be invisible */
/* figurine carrying monster might be invisible */
if (canseemon(figurine->ocarry)) {
Sprintf(carriedby, "%s pack", s_suffix(a_monnam(mon)));
} else if (is_pool(mon->mx, mon->my))