[Libreoffice-commits] .: l10ntools/source

Andras Timar timar at kemper.freedesktop.org
Sun Jan 16 02:22:07 PST 2011


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

New commits:
commit 099b897e96a8c50d9862be2620cb40da513795d1
Author: Andras Timar <timar at fsf.hu>
Date:   Sun Jan 16 11:21:24 2011 +0100

    typo fix (s/Missmatch/Mismatch/)

diff --git a/l10ntools/source/gsicheck.cxx b/l10ntools/source/gsicheck.cxx
index 8ce8e1b..b5ade0b 100644
--- a/l10ntools/source/gsicheck.cxx
+++ b/l10ntools/source/gsicheck.cxx
@@ -647,7 +647,7 @@ BOOL GSIBlock::CheckSyntax( ULONG nLine, BOOL bRequireSourceLine, BOOL bFixTags
                 GetObject( i )->NotOK();
             bHasError = TRUE;
             PrintList( GetObject( i )->GetMessageList(), "Translation", GetObject( i ) );
-            PrintList( &(aTester.GetCompareWarnings()), "Translation Tag Missmatch", GetObject( i ) );
+            PrintList( &(aTester.GetCompareWarnings()), "Translation Tag Mismatch", GetObject( i ) );
         }
         bHasError |= !TestUTF8( GetObject( i ), bFixTags );
         if ( pSourceLine )


More information about the Libreoffice-commits mailing list