summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-30 23:07:24 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-10-30 23:07:24 +0100
commit58618a1dde0da5a800819864b87d8b99fab3194f (patch)
tree042e8e62d55593712c055fd75731cdc7cfb12dc9 /crawl-ref/source/describe.cc
parent083f578d8ba831b800a398c8ea36e2313b22b855 (diff)
downloadcrawl-ref-58618a1dde0da5a800819864b87d8b99fab3194f.tar.gz
crawl-ref-58618a1dde0da5a800819864b87d8b99fab3194f.zip
A tiny typo that managed to confuse us...
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 6cb542d5d6..f98eb576af 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2042,7 +2042,7 @@ void get_feature_desc(const coord_def &pos, describe_info &inf)
if (feat == DNGN_ENTER_PORTAL_VAULT && !custom_desc)
{
- long_desc = "UNDESCRIBE PORTAL VAULT ENTRANCE.";
+ long_desc = "UNDESCRIBED PORTAL VAULT ENTRANCE.";
custom_desc = true;
}