summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-26 01:20:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-26 01:20:45 +0000
commit7da48982caca9f1ccba0a3a9c6b04dc4369e8251 (patch)
tree9eadcb0cab7a5865e75e3063f313bc746c02f027
parent3f7a144693b315563e9934096e9df6c3dab27d11 (diff)
downloadcrawl-ref-7da48982caca9f1ccba0a3a9c6b04dc4369e8251.tar.gz
crawl-ref-7da48982caca9f1ccba0a3a9c6b04dc4369e8251.zip
Typo fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4647 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/mutation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index d3f66f41de..9d3a239b14 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -1676,7 +1676,7 @@ bool mutate(mutation_type which_mutation, bool failMsg, bool force_mutation,
bool rotting = you.is_undead;
if (you.is_undead == US_SEMI_UNDEAD)
{
- // The stat gain mutation always come through at Satiated or
+ // The stat gain mutations always come through at Satiated or
// higher (mostly for convenience), and, for consistency, also
// their negative counterparts.
if (which_mutation == MUT_STRONG || which_mutation == MUT_CLEVER