diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-15 10:42:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-15 11:14:28 +0300 |
commit | cb6d67c21f11811c5bc023b9565c1c1b1f4081fa (patch) | |
tree | ff8a4b192a2ca846d32111732563432244135910 /apple_remote/source/MultiClickRemoteBehavior.h | |
parent | 1a357b7394ac7b48b72821bff1aae4706265d7a4 (diff) |
Spelling "separate" (etc) correctly is hard
Diffstat (limited to 'apple_remote/source/MultiClickRemoteBehavior.h')
-rw-r--r-- | apple_remote/source/MultiClickRemoteBehavior.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apple_remote/source/MultiClickRemoteBehavior.h b/apple_remote/source/MultiClickRemoteBehavior.h index 77320ea9b5fe..6a59c1f61442 100644 --- a/apple_remote/source/MultiClickRemoteBehavior.h +++ b/apple_remote/source/MultiClickRemoteBehavior.h @@ -61,7 +61,7 @@ // Simulating hold events does deactivate sending of individual requests for pressed down/released. // Instead special hold events are being triggered when the user is pressing and holding a button for a small period. -// Simulation is activated only for those buttons and remote control that do not have a seperate event already +// Simulation is activated only for those buttons and remote control that do not have a separate event already - (BOOL) simulateHoldEvent; - (void) setSimulateHoldEvent: (BOOL) value; |