[Libreoffice-commits] .: l10ntools/source

Andras Timar timar at kemper.freedesktop.org
Sun Oct 24 10:06:22 PDT 2010


 l10ntools/source/cfgmerge.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d7420d7251b52a31d8048c170c9fff5a29cdc60a
Author: Andras Timar <timar at fsf.hu>
Date:   Sun Oct 24 19:05:09 2010 +0200

    typo fix

diff --git a/l10ntools/source/cfgmerge.cxx b/l10ntools/source/cfgmerge.cxx
index 8afe3af..e992cf4 100644
--- a/l10ntools/source/cfgmerge.cxx
+++ b/l10ntools/source/cfgmerge.cxx
@@ -503,7 +503,7 @@ int CfgParser::ExecuteAnalyzedToken( int nToken, char *pToken )
                 pStackData = aStack.GetStackData();
             }
             else {
-                ByteString sError( "Missplaced close tag: " );
+                ByteString sError( "Misplaced close tag: " );
                 ByteString sInFile(" in file ");
                 sError += sToken;
                 sError += sInFile;


More information about the Libreoffice-commits mailing list