summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
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/stuff.cc
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/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc2
1 files changed, 1 insertions, 1 deletions
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;
}