[Libreoffice-commits] .: i18npool/source sax/test

Takeshi Abe tabe at kemper.freedesktop.org
Tue Jul 26 07:57:39 PDT 2011


 i18npool/source/localedata/saxparser.cxx |    2 +-
 sax/test/saxdemo.cxx                     |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2682d0d0b8070d33b1374a6ccc4fa2e2227b54b2
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Jul 26 23:48:10 2011 +0900

    fixed typo

diff --git a/i18npool/source/localedata/saxparser.cxx b/i18npool/source/localedata/saxparser.cxx
index 148d178..1422aaa 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 6f12b18..73f339b 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" );
     }
 }
 


More information about the Libreoffice-commits mailing list