diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 11:41:08 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 09:18:53 +0000 |
commit | ee495c299b3d70b7a7099c51c6badf35a23f9a96 (patch) | |
tree | 4c40a59358a1df56ae850076f3802f9909513abd /include/apple_remote | |
parent | e4af83972e6be8b94772e46741500225ac166774 (diff) |
Fix typos
Change-Id: I389542e18fcf71011f22919743b5280779f449fd
Reviewed-on: https://gerrit.libreoffice.org/35632
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/apple_remote')
-rw-r--r-- | include/apple_remote/RemoteControl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apple_remote/RemoteControl.h b/include/apple_remote/RemoteControl.h index 10dfdaccfa4c..0b943920e6ee 100644 --- a/include/apple_remote/RemoteControl.h +++ b/include/apple_remote/RemoteControl.h @@ -35,7 +35,7 @@ #include <sal/types.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 extern NSString* REQUEST_FOR_REMOTE_CONTROL_NOTIFCATION; |