diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-11 00:57:24 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-11 12:09:47 +0000 |
commit | 9dde2f019363e2d35c320b33306bff9a65118ee5 (patch) | |
tree | cd781d75b4af3177137bf41d94e84b702209c21e /vcl/unx | |
parent | 809d136e741891488409df670384e2663006b020 (diff) |
Fix typos
Change-Id: I2be7113bfe86476acfd6550f1eed53eed83c9747
Reviewed-on: https://gerrit.libreoffice.org/35063
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/kde4/KDEXLib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx index 10413738dd70..a1dea735f348 100644 --- a/vcl/unx/kde4/KDEXLib.cxx +++ b/vcl/unx/kde4/KDEXLib.cxx @@ -345,7 +345,7 @@ void KDEXLib::StopTimer() void KDEXLib::timeoutActivated() { // HACK? Always process posted events before timer timeouts. - // There are places that may watch both both (for example, there's a posted + // There are places that may watch both (for example, there's a posted // event about change of the current active window and there's a timeout // event informing that a document has finished loading). This is of course // racy, but both generic and gtk event loops manage to deliver posted events |