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