summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/message.h')
-rw-r--r--crawl-ref/source/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index 1fcbc33a60..c1ba770738 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -129,7 +129,7 @@ namespace msg
};
void initialise_mpr_streams();
- void deinitalise_mpr_streams();
+ void deinitialise_mpr_streams();
}
std::ostream& operator<<(std::ostream& os, const msg::setparam& sp);