Comment typofixes, pt 2

This commit is contained in:
Pasi Kallinen
2015-10-17 13:15:46 +03:00
parent f8b48490aa
commit f056bdb429
21 changed files with 24 additions and 24 deletions

View File

@@ -1118,7 +1118,7 @@ doengrave()
} else if (len > 1)
otmp->spe -= len >> 1;
else
otmp->spe -= 1; /* Prevent infinite grafitti */
otmp->spe -= 1; /* Prevent infinite graffiti */
}
if (multi)
nomovemsg = "You finish defacing the dungeon.";