[Libreoffice-commits] core.git: vcl/source

Julien Nabet serval2412 at yahoo.fr
Mon Mar 16 13:55:58 PDT 2015


 vcl/source/app/i18nhelp.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bc4a33aa2a0469d7e96d878de682f1098b0f2744
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Mar 16 21:51:12 2015 +0100

    Typo: warpper->wrapper
    
    Change-Id: Ia62dee090ab438cf4da320ba82603b45a8bc368d

diff --git a/vcl/source/app/i18nhelp.cxx b/vcl/source/app/i18nhelp.cxx
index 6796e63..c62b4d6 100644
--- a/vcl/source/app/i18nhelp.cxx
+++ b/vcl/source/app/i18nhelp.cxx
@@ -116,7 +116,7 @@ sal_Int32 vcl::I18nHelper::CompareString( const OUString& rStr1, const OUString&
 
     if ( mbTransliterateIgnoreCase )
     {
-        // Change mbTransliterateIgnoreCase and destroy the warpper, next call to
+        // Change mbTransliterateIgnoreCase and destroy the wrapper, next call to
         // ImplGetTransliterationWrapper() will create a wrapper with the correct bIgnoreCase
         ((vcl::I18nHelper*)this)->mbTransliterateIgnoreCase = false;
         delete ((vcl::I18nHelper*)this)->mpTransliterationWrapper;
@@ -134,7 +134,7 @@ bool vcl::I18nHelper::MatchString( const OUString& rStr1, const OUString& rStr2
 
     if ( !mbTransliterateIgnoreCase )
     {
-        // Change mbTransliterateIgnoreCase and destroy the warpper, next call to
+        // Change mbTransliterateIgnoreCase and destroy the wrapper, next call to
         // ImplGetTransliterationWrapper() will create a wrapper with the correct bIgnoreCase
         ((vcl::I18nHelper*)this)->mbTransliterateIgnoreCase = true;
         delete ((vcl::I18nHelper*)this)->mpTransliterationWrapper;


More information about the Libreoffice-commits mailing list