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 ada7e59342..e05705c857 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -899,7 +899,7 @@ void setup_mons_cast(const monsters *monster, struct bolt &pbolt, int spell_cast
return;
}
- // the below are no-ops since they don't involve direct_effect,
+ // The below are no-ops since they don't involve direct_effect,
// fire_tracer, or beam.
switch (spell_cast)
{