diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-04 21:39:39 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-01-05 11:03:10 +0100 |
commit | dbe0201d3aede56e2bda475dd308a891841b98a4 (patch) | |
tree | a94c25e6f89e23eb18618f9e92d87245b2cd1f14 /vcl/osx | |
parent | adf0738d2dbfa742d0e9ef130954fb4638a8e90d (diff) |
Fix typos
Change-Id: I766862d255ac285329ae423629c7445837ddd55f
Reviewed-on: https://gerrit.libreoffice.org/47280
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl/osx')
-rw-r--r-- | vcl/osx/salframe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx index 9bf63720dbef..0752d91e87ae 100644 --- a/vcl/osx/salframe.cxx +++ b/vcl/osx/salframe.cxx @@ -1415,7 +1415,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP // Cocoa does not have an equivalent for GetCurrentEventButtonState // and GetCurrentEventKeyModifiers. // we could try to get away with tracking all events for modifierKeys - // and all mouse events for button state in VCL_NSApllication::sendEvent, + // and all mouse events for button state in VCL_NSApplication::sendEvent, // but it is unclear whether this will get us the same result. // leave in GetCurrentEventButtonState and GetCurrentEventKeyModifiers for now |