summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
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;