summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-07-26 23:48:10 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-07-26 23:57:08 +0900
commitd5a8293e6c08610398c0dfb153220d3d5ea83494 (patch)
tree54779be743d636f0f4ae03210bf88a7afb4b47ff /i18npool
parentc12908c0013a4b486cc74ced3a61ae5b5178be87 (diff)
fixed typo
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/saxparser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/localedata/saxparser.cxx b/i18npool/source/localedata/saxparser.cxx
index 1b6ddf47bd1f..989e7deba0de 100644
--- a/i18npool/source/localedata/saxparser.cxx
+++ b/i18npool/source/localedata/saxparser.cxx
@@ -370,7 +370,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
}
else
{
- printf( "couln't create sax-parser component\n" );
+ printf( "couldn't create sax-parser component\n" );
exit(1);
}