summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 07:23:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 07:23:42 +0000
commit6d1ec443f172f71c14482ab688ce41d0f950b920 (patch)
tree8fe4d647a39b7dee3c136fe14854163de4295f8b /crawl-ref/source/mstuff2.cc
parentd1fc8ce5c863a2cd9d0bfb4571e56f4065b7af6c (diff)
downloadcrawl-ref-6d1ec443f172f71c14482ab688ce41d0f950b920.tar.gz
crawl-ref-6d1ec443f172f71c14482ab688ce41d0f950b920.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5696 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mstuff2.cc')
-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))