[Libreoffice-commits] core.git: apple_remote/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Feb 6 06:07:59 UTC 2019


 apple_remote/source/HIDRemoteControlDevice.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6770cddd9d8fad5a151129c5f3d17ac2d7d39b9e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Feb 5 22:59:15 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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.


More information about the Libreoffice-commits mailing list