summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/main.cc')
-rw-r--r--crawl-ref/source/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index 2854529db9..0be32fcbe0 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -3646,7 +3646,7 @@ static void _close_door(coord_def move)
if (!door_airborne.empty())
verb = door_airborne.c_str();
else
- verb = "You reach down and cloose the %s%s.";
+ verb = "You reach down and close the %s%s.";
}
else
{