diff options
-rw-r--r-- | vcl/source/app/i18nhelp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/app/i18nhelp.cxx b/vcl/source/app/i18nhelp.cxx index 6796e6359a72..c62b4d6f0fdc 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; |