summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-16 07:29:25 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-16 07:29:25 +0000
commitbf366a62ce2da465778e9a6fa8b7661a213c13b7 (patch)
treec92dc4ee55bfc5bc84417a537aa9839bf4af45c4 /crawl-ref/source/dungeon.cc
parent338779d4c413190366490d83ac33e973d5c02c5c (diff)
downloadcrawl-ref-bf366a62ce2da465778e9a6fa8b7661a213c13b7.tar.gz
crawl-ref-bf366a62ce2da465778e9a6fa8b7661a213c13b7.zip
Fix message typos.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3075 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index f5212cc142..4bc1197a40 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -430,7 +430,7 @@ bool unset_level_flags(unsigned long flags, bool silent)
{
// Isn't really a "recovery", but I couldn't think of where
// else to send it.
- mpr("You sense the disappearence of a powerful magical force "
+ mpr("You sense the disappearance of a powerful magical force "
"which warped space.", MSGCH_RECOVERY);
}
@@ -438,7 +438,7 @@ bool unset_level_flags(unsigned long flags, bool silent)
{
// Isn't really a "recovery", but I couldn't think of where
// else to send it.
- mpr("You sense the disappearence the force that prevented you "
+ mpr("You sense the disappearance of the force that prevented you "
"from remembering where you've been.", MSGCH_RECOVERY);
}