summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:44:02 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 17:20:17 +0000
commitfeeb8ccfe1aff373e158b64f76e35da1a4e295c0 (patch)
tree890e7ea67c70fde2afc41e1c657e1035feed98a7 /include/vcl/svapp.hxx
parentddc1429bf34bff7457849fbd6ff6cc96b87bfbba (diff)
Fix typos
Change-Id: Ia8bd59be341b0731198d48df974b60ecb04e289c Reviewed-on: https://gerrit.libreoffice.org/35635 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-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 2ab31c830224..533ba155e7fb 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -774,7 +774,7 @@ public:
/** Post a user event to the default window.
- User events allow for the deferreal of work to later in the main-loop - at idle.
+ User events allow for the deferral of work to later in the main-loop - at idle.
Execution of the deferred work is thread-safe which means all the tasks are executed
serially, so no thread-safety locks between tasks are necessary.