summaryrefslogtreecommitdiffstats
path: root/sal/textenc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-09-23 23:37:47 +0300
committerTor Lillqvist <tml@iki.fi>2011-09-23 23:41:27 +0300
commit8087ee43f8c427d3ef3712fe76bbb1e41eb5e6ee (patch)
tree7845c3dc07dc038f5c74433125f26511980fd8c7 /sal/textenc
parentDrop bootstrap library duplicated for iOS (diff)
downloadcore-8087ee43f8c427d3ef3712fe76bbb1e41eb5e6ee.tar.gz
core-8087ee43f8c427d3ef3712fe76bbb1e41eb5e6ee.zip
Fix typo
Diffstat (limited to 'sal/textenc')
-rw-r--r--sal/textenc/textenc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/textenc/textenc.cxx b/sal/textenc/textenc.cxx
index c638cfd3c722..7c71284f3f64 100644
--- a/sal/textenc/textenc.cxx
+++ b/sal/textenc/textenc.cxx
@@ -109,7 +109,7 @@ namespace {
extern "C" ImplTextEncodingData const * sal_getFullTextEncodingData(
rtl_TextEncoding); // from tables.cxx in sal_textenc library
-class FullTextEnocdingData: private boost::noncopyable {
+class FullTextEncodingData: private boost::noncopyable {
public:
ImplTextEncodingData const * get(rtl_TextEncoding encoding) {
return sal_getFullTextEncodingData(encoding);