diff options
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"; |