apple_remote/source/HIDRemoteControlDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6770cddd9d8fad5a151129c5f3d17ac2d7d39b9e Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Feb 5 22:59:15 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Wed Feb 6 07:07:36 2019 +0100 Fix typo Change-Id: I1ba3434d13b8976ee80a8c45c137dccf27cecac7 Reviewed-on: https://gerrit.libreoffice.org/67432 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
