summaryrefslogtreecommitdiffstats
path: root/crawl-ref
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
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')
-rw-r--r--crawl-ref/source/message.cc2
-rw-r--r--crawl-ref/source/message.h2
-rw-r--r--crawl-ref/source/stuff.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index 46d1e2b4dd..eb82cafe38 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -80,7 +80,7 @@ namespace msg
stream << std::nounitbuf;
}
- void deinitalise_mpr_streams()
+ void deinitialise_mpr_streams()
{
for (unsigned int i = 0; i < stream_ptrs.size(); ++i)
delete stream_ptrs[i];
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);
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index f2b5f40ce2..92ce879e89 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -676,7 +676,7 @@ void cio_cleanup()
deinit_libw32c();
#endif
- msg::deinitalise_mpr_streams();
+ msg::deinitialise_mpr_streams();
crawl_state.io_inited = false;
}