summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-16 21:51:12 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-16 21:54:42 +0100
commitbc4a33aa2a0469d7e96d878de682f1098b0f2744 (patch)
tree5bb135d4e350b4365ac5edb9d9545b1423a1052b /vcl
parentf3d41e1f5360629e2127da8d83c372c14e6e3b57 (diff)
Typo: warpper->wrapper
Change-Id: Ia62dee090ab438cf4da320ba82603b45a8bc368d
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/i18nhelp.cxx4
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;