summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-07 03:52:18 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-07 03:52:18 +0000
commit4f65c022cc220235650adac2ee1ee1db09c9fb48 (patch)
tree18a0f8d4425a160cb73fba1b60c33f56f4b0e249
parentbbfa241c9dfad101f6bba58b51ddc5dfc355c15e (diff)
downloadcrawl-ref-4f65c022cc220235650adac2ee1ee1db09c9fb48.tar.gz
crawl-ref-4f65c022cc220235650adac2ee1ee1db09c9fb48.zip
Fix comment typo.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3531 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/food.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index 850e8a8143..b9850752ab 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -1506,7 +1506,7 @@ static int determine_chunk_effect(int which_chunk_type, bool rotten_chunk)
break;
case 3:
- // Doing this here causes a odd message later. -- bwr
+ // Doing this here causes an odd message later. -- bwr
// this_chunk_effect = CE_ROTTEN;
break;