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

@@ -869,7 +869,7 @@ dokick()
mtmp = isok(x, y) ? m_at(x, y) : 0;
/* might not kick monster if it is hidden and becomes revealed,
if it is peaceful and player declines to attack, or if the
hero passes out due to enbumbrance with low hp; context.move
hero passes out due to encumbrance with low hp; context.move
will be 1 unless player declines to kick peaceful monster */
if (mtmp) {
oldglyph = glyph_at(x, y);