summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/chardump.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-12-27 23:09:06 +0000
committerChris Campbell <chriscampbell89@gmail.com>2013-12-27 23:10:05 +0000
commit0b35444cefd464ff4ca56f496c1a7a4f066c8b72 (patch)
treeb2ddda400be67712f644200c0c4e11188921f4c8 /crawl-ref/source/chardump.cc
parent737b276afe029ef88f31531e25c893c19596141b (diff)
downloadcrawl-ref-0b35444cefd464ff4ca56f496c1a7a4f066c8b72.tar.gz
crawl-ref-0b35444cefd464ff4ca56f496c1a7a4f066c8b72.zip
Fix a typo
Diffstat (limited to 'crawl-ref/source/chardump.cc')
-rw-r--r--crawl-ref/source/chardump.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/chardump.cc b/crawl-ref/source/chardump.cc
index 904617603e..4127dd9fbc 100644
--- a/crawl-ref/source/chardump.cc
+++ b/crawl-ref/source/chardump.cc
@@ -295,7 +295,7 @@ static void _sdump_transform(dump_params &par)
}
break;
case TRAN_FUNGUS:
- text += "You " + verb + " an sentient fungus.";
+ text += "You " + verb + " a sentient fungus.";
break;
case TRAN_TREE:
text += "You " + verb + " an animated tree.";