diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-08-20 22:28:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-08-21 07:38:46 +0200 |
commit | 59fd62fc2ff86320da67f99171eedbfe2d931c2b (patch) | |
tree | 12f88fcb7766e384e71c39d1e8cb42239a1f3871 /include | |
parent | 76da9aea1c956a4febfd530a5a53e820c1440734 (diff) |
Typo notifcation->notification
Change-Id: I411105f1a3d519dd08bee55c722e4a06a14f238d
Reviewed-on: https://gerrit.libreoffice.org/41368
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/apple_remote/RemoteControl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apple_remote/RemoteControl.h b/include/apple_remote/RemoteControl.h index 0b943920e6ee..2d9c189b8e31 100644 --- a/include/apple_remote/RemoteControl.h +++ b/include/apple_remote/RemoteControl.h @@ -38,7 +38,7 @@ // 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 -extern NSString* REQUEST_FOR_REMOTE_CONTROL_NOTIFCATION; +extern NSString* REQUEST_FOR_REMOTE_CONTROL_NOTIFICATION; extern NSString* FINISHED_USING_REMOTE_CONTROL_NOTIFICATION; // keys used in user objects for distributed notifications @@ -106,7 +106,7 @@ SAL_DLLPUBLIC_EXPORT @interface RemoteControl : NSObject { - (BOOL) sendsEventForButtonIdentifier: (RemoteControlEventIdentifier) identifier; // sending of notifications between applications -+ (void) sendFinishedNotifcationForAppIdentifier: (NSString*) identifier; ++ (void) sendFinishedNotificationForAppIdentifier: (NSString*) identifier; + (void) sendRequestForRemoteControlNotification; // name of the device |