summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 18:12:38 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 06:04:21 +0000
commit53e6ac15a14b46c76049a9e6eb39da7bb4093037 (patch)
tree4ca4822554b29af4882e59f4e3cd8b95666899e4 /vcl/osx
parenta6e622480f4cbc9bef65561984810298f317f709 (diff)
Fix typos
Change-Id: Ia7394ab3c0aa28002a7022e73c2b7d9eb73dacb8 Reviewed-on: https://gerrit.libreoffice.org/18991 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'vcl/osx')
-rw-r--r--vcl/osx/salframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx
index 560a58448e75..3fabeb48f58a 100644
--- a/vcl/osx/salframe.cxx
+++ b/vcl/osx/salframe.cxx
@@ -1016,7 +1016,7 @@ OUString AquaSalFrame::GetKeyName( sal_uInt16 nKeyCode )
if( (nKeyCode & KEY_MOD1) != 0 )
aResult.append( sal_Unicode( 0x2318 ) );
// we do not really handle Alt (see below)
- // we map it to MOD3, whichis actually Command
+ // we map it to MOD3, which is actually Command
if( (nKeyCode & (KEY_MOD2|KEY_MOD3)) != 0 )
aResult.append( sal_Unicode( 0x2325 ) );