summaryrefslogtreecommitdiff
path: root/vcl/osx/vclnsapp.mm
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-17 16:41:20 +0200
committerMichael Stahl <mstahl@redhat.com>2017-08-17 21:53:28 +0200
commit64a3124d928f337011cad137c2c059f1ef064377 (patch)
treecdcea46848e5b61872716d8deb6f5d5b8f57894a /vcl/osx/vclnsapp.mm
parentfc443f3b50e33a1adab03bbf7fb9f9351eb07868 (diff)
Fix typos
Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3 Reviewed-on: https://gerrit.libreoffice.org/41194 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl/osx/vclnsapp.mm')
-rw-r--r--vcl/osx/vclnsapp.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/osx/vclnsapp.mm b/vcl/osx/vclnsapp.mm
index 2add55ffde85..651fa2a014cc 100644
--- a/vcl/osx/vclnsapp.mm
+++ b/vcl/osx/vclnsapp.mm
@@ -104,7 +104,7 @@ SAL_WNODEPRECATED_DECLARATIONS_PUSH
// in the menu code
// however that is currently being revised, so let's use a preliminary solution here
// this hack is based on assumption
- // a) Cmd-W is the same in all languages in OOo's menu conig
+ // a) Cmd-W is the same in all languages in OOo's menu config
// b) Cmd-W is the same in all languages in on MacOS
// for now this seems to be true
unsigned int nModMask = ([pEvent modifierFlags] & (NSShiftKeyMask|NSControlKeyMask|NSAlternateKeyMask|NSCommandKeyMask));
@@ -426,7 +426,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP
ApplicationEvent aEv(ApplicationEvent::Type::PrivateDoShutdown);
GetpApp()->AppEvent( aEv );
ImageTree::get().shutdown();
- // DeInitVCL should be called in ImplSVMain - unless someon _exits first which
+ // DeInitVCL should be called in ImplSVMain - unless someone exits first which
// can occur in Desktop::doShutdown for example
}
}