summaryrefslogtreecommitdiffstats
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
parentuse uikit, corefoundation, cocoa, carbon, quicktime externals (diff)
downloadcore-d5a8293e6c08610398c0dfb153220d3d5ea83494.tar.gz
core-d5a8293e6c08610398c0dfb153220d3d5ea83494.zip
fixed typo
-rw-r--r--i18npool/source/localedata/saxparser.cxx2
-rw-r--r--sax/test/saxdemo.cxx4
2 files changed, 3 insertions, 3 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);
}
diff --git a/sax/test/saxdemo.cxx b/sax/test/saxdemo.cxx
index b00eb0703672..5e1051297d8c 100644
--- a/sax/test/saxdemo.cxx
+++ b/sax/test/saxdemo.cxx
@@ -575,7 +575,7 @@ int main (int argc, char **argv)
}
else
{
- printf( "couln't create sax-parser component\n" );
+ printf( "couldn't create sax-parser component\n" );
}
@@ -647,7 +647,7 @@ int main (int argc, char **argv)
}
else
{
- printf( "couln't create sax-writer component\n" );
+ printf( "couldn't create sax-writer component\n" );
}
}