summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-28 14:41:57 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-28 14:41:57 +0000
commit571e6c5aac08d6c446965e3a4cf76bb1b044c5df (patch)
tree130eaaf6e8b53fb11c080a7ab07d92345121f662 /crawl-ref/source/dungeon.cc
parent90d0e8c3f9d3fdcd0aa0ef1a479ad178ca3ad7e2 (diff)
downloadcrawl-ref-571e6c5aac08d6c446965e3a4cf76bb1b044c5df.tar.gz
crawl-ref-571e6c5aac08d6c446965e3a4cf76bb1b044c5df.zip
Apply a patch by castamir to fix a multitude of typos.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8005 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index c8b3e49452..71dd75dd8a 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -397,7 +397,7 @@ bool set_level_flags(unsigned long flags, bool silent)
if (you.skills[SK_TRANSLOCATIONS] > 0
&& could_control && !can_control && !silent)
{
- mpr("You sense the appearence of a powerful magical force "
+ mpr("You sense the appearance of a powerful magical force "
"which warps space.", MSGCH_WARN);
}