diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-02-05 22:59:15 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-02-06 07:07:36 +0100 |
commit | 6770cddd9d8fad5a151129c5f3d17ac2d7d39b9e (patch) | |
tree | 88e066fa513c6e7b88574c5038f61236fc8d8867 /apple_remote | |
parent | 82fb7f9f90a3ba9d53b3412124e513aa78ddca10 (diff) |
Fix typo
Change-Id: I1ba3434d13b8976ee80a8c45c137dccf27cecac7
Reviewed-on: https://gerrit.libreoffice.org/67432
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'apple_remote')
-rw-r--r-- | apple_remote/source/HIDRemoteControlDevice.h | 2 |
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. |