Kaydet (Commit) 6770cddd authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I1ba3434d13b8976ee80a8c45c137dccf27cecac7
Reviewed-on: https://gerrit.libreoffice.org/67432
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 82fb7f9f
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
int supportedButtonEvents; 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 // 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. // has some spare time this backlog is processed and may flood your delegate with calls.
// Backlog processing is turned off by default. // Backlog processing is turned off by default.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment