summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-25 17:20:38 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-25 17:20:38 +0000
commit4668568ce094c6e9d5bd06e97f3c8f32db89a007 (patch)
tree6adaf4e966b89a5863c103cd4b14c930a9de6923 /crawl-ref/source/message.h
parent3f56d09c37aa19256dbc99237703d398dda43777 (diff)
downloadcrawl-ref-4668568ce094c6e9d5bd06e97f3c8f32db89a007.tar.gz
crawl-ref-4668568ce094c6e9d5bd06e97f3c8f32db89a007.zip
Typo fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6137 c06c8d41-db1a-0410-9941-cceddc491573
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);