summaryrefslogtreecommitdiff
path: root/apple_remote/source/HIDRemoteControlDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'apple_remote/source/HIDRemoteControlDevice.h')
-rw-r--r--apple_remote/source/HIDRemoteControlDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apple_remote/source/HIDRemoteControlDevice.h b/apple_remote/source/HIDRemoteControlDevice.h
index f4bc068417da..3f56870579c7 100644
--- a/apple_remote/source/HIDRemoteControlDevice.h
+++ b/apple_remote/source/HIDRemoteControlDevice.h
@@ -50,7 +50,7 @@
int supportedButtonEvents;
}
-// When your application needs to much time on the main thread when processing an event other events
+// When your application needs too much time on the main thread when processing an event other events
// may already be received which are put on a backlog. As soon as your main thread
// has some spare time this backlog is processed and may flood your delegate with calls.
// Backlog processing is turned off by default.