summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-06 12:50:27 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-06 12:50:27 +0000
commitba842dcea61047fec8362da2f4ce3c421650adc3 (patch)
treee52694e8d5c1a6040767928f73773b007605db20 /crawl-ref/source
parent81bf3bb8e013301d4d0b2d4b00f069b82b8db536 (diff)
downloadcrawl-ref-ba842dcea61047fec8362da2f4ce3c421650adc3.tar.gz
crawl-ref-ba842dcea61047fec8362da2f4ce3c421650adc3.zip
s/A/The/.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@583 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/direct.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/direct.cc b/crawl-ref/source/direct.cc
index 43422bc458..141e8f7444 100644
--- a/crawl-ref/source/direct.cc
+++ b/crawl-ref/source/direct.cc
@@ -495,7 +495,7 @@ void look_around(struct dist &moves, bool justLooking, int first_move, int mode)
if (mgrd[mx][my] != NON_MONSTER)
{
mprf("%s won't like that.",
- ptr_monam(&menv[mgrd[mx][my]], DESC_CAP_A));
+ ptr_monam(&menv[mgrd[mx][my]], DESC_CAP_THE));
break;
}
create_spec_monster_name(mx, my);