summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/misc/WinImplHelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/win32/misc/WinImplHelper.cxx b/fpicker/source/win32/misc/WinImplHelper.cxx
index da5c04198b57..84d76d708a9c 100644
--- a/fpicker/source/win32/misc/WinImplHelper.cxx
+++ b/fpicker/source/win32/misc/WinImplHelper.cxx
@@ -457,7 +457,7 @@ OUString SOfficeToWindowsLabel( const OUString& aSOLabel )
// in the worst case the new string is
// doubled in length, maybe some waste
// of memory but how long is a label
- // normaly(?)
+ // normally(?)
OUStringBuffer aBuffer( nStrLen * 2 );
Replace( aWinLabel, TILDE_SIGN, AMPERSAND_SIGN, aBuffer );
@@ -488,7 +488,7 @@ OUString WindowsToSOfficeLabel( const OUString& aWinLabel )
// in the worst case the new string is
// doubled in length, maybe some waste
// of memory but how long is a label
- // normaly(?)
+ // normally(?)
OUStringBuffer aBuffer( nStrLen * 2 );
Replace( aSOLabel, AMPERSAND_SIGN, TILDE_SIGN, aBuffer );