summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-23 18:44:47 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-23 18:44:47 +0000
commitf886bb92d5c362dafad2d00e9331b548f94c297a (patch)
treeeafc93e19a42d37e9e2b33e0a8018b9ce26e83dd /crawl-ref/source
parent3cf848cdc8ae6344d023ddc6dc40c8a06aa83640 (diff)
downloadcrawl-ref-f886bb92d5c362dafad2d00e9331b548f94c297a.tar.gz
crawl-ref-f886bb92d5c362dafad2d00e9331b548f94c297a.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9181 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 5e37c0b06f..156dc2d0eb 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -1105,7 +1105,7 @@ int player_regen()
}
// Slow heal mutation. Applied last.
- // Each level reduces your natural heaing by one third.
+ // Each level reduces your natural healing by one third.
if (player_mutation_level(MUT_SLOW_HEALING))
{
rr *= 3 - player_mutation_level(MUT_SLOW_HEALING);