summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-02 02:07:37 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-02 02:07:37 +0000
commit71ad92da616950e6a90a9bf5bc7aeb28dc13ebbb (patch)
treed35440d2473ec1dd80346bdb5b407123fee9782f /crawl-ref/source/effects.cc
parentd7a2cf15999e24bc215063179a8686873d630ded (diff)
downloadcrawl-ref-71ad92da616950e6a90a9bf5bc7aeb28dc13ebbb.tar.gz
crawl-ref-71ad92da616950e6a90a9bf5bc7aeb28dc13ebbb.zip
Add more miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6314 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index b3dfc3fbeb..c8612dc3a3 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -2021,7 +2021,7 @@ void yell(bool force)
if (env.sanctuary_time > 0)
{
if (!yesno("An ally attacking under your orders might violate "
- "sanctuary; order anyways?", false, 'n'))
+ "sanctuary; order anyway?", false, 'n'))
{
canned_msg(MSG_OK);
return;