summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mstuff2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index 99c4052b3b..531a6d248f 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -142,7 +142,7 @@ void mons_trap(struct monsters *monster)
case TRAP_TELEPORT:
monster_teleport(monster, true);
break;
- // alarm traps aren't set off by hostile monsters, because that would
+ // Alarm traps aren't set off by hostile monsters, because that would
// be way too nasty for the player.
case TRAP_ALARM:
if (!mons_friendly(monster) || silenced(monster->x, monster->y))