summaryrefslogtreecommitdiffstats
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-09-26 17:22:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-09-26 21:05:22 +0200
commit2f066d6aabbc2a3f78416e4fd66e252b7379fb72 (patch)
tree606778ef051d81179a5712ef0e7b6da339dd832b /include/vcl/svapp.hxx
parentBetter way to detect Apple Xcode 9 Clang (diff)
downloadcore-2f066d6aabbc2a3f78416e4fd66e252b7379fb72.tar.gz
core-2f066d6aabbc2a3f78416e4fd66e252b7379fb72.zip
Fix typos
Change-Id: I9aaefa47399f35d563c1a4df364512dd29db41ce Reviewed-on: https://gerrit.libreoffice.org/42817 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 298fb61c1cfd..5624494414f8 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -466,7 +466,7 @@ public:
/** Attempt to process current pending event(s)
It doesn't sleep if no events are available for processing.
- This doesn't processs any events generated after invoking the function.
+ This doesn't process any events generated after invoking the function.
So in contrast to Scheduler::ProcessEventsToIdle, this cannot become
busy-locked by an event-generating event in the event queue.