diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 08:43:21 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-26 20:37:59 +0000 |
commit | 5ad636acc61eabd8123bea5b203e2c49a80f9ce3 (patch) | |
tree | c628b885d8e308a58cc4676f380bae5790b3d1f0 /apple_remote/source | |
parent | 19882e0c7daeaa16cbdbca2838064d4ad8762649 (diff) |
Fix typos
Change-Id: Idbf0aa261b829e83d4c08a2e989a4ced871dc6de
Reviewed-on: https://gerrit.libreoffice.org/35616
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'apple_remote/source')
-rw-r--r-- | apple_remote/source/RemoteControl.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apple_remote/source/RemoteControl.m b/apple_remote/source/RemoteControl.m index d43597d96c7d..1f1b7f179350 100644 --- a/apple_remote/source/RemoteControl.m +++ b/apple_remote/source/RemoteControl.m @@ -31,7 +31,7 @@ #import <apple_remote/RemoteControl.h> -// notifaction names that are being used to signal that an application wants to +// notification names that are being used to signal that an application wants to // have access to the remote control device or if the application has finished // using the remote control device NSString* REQUEST_FOR_REMOTE_CONTROL_NOTIFCATION = @"mac.remotecontrols.RequestForRemoteControl"; |