summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-27 14:25:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-04-27 21:46:31 +0200
commit734b33b73dbd4bd65265bce2a17ee07cdb3a5042 (patch)
tree5b23e15377a097b7845a7769f3fcc5656b956b8e /vcl
parenta83963b463df5c8737fba43d9fff7e1236d2670b (diff)
Fix typos
Change-Id: Id81e8db5a38b4e4a88cc21c50234c2338e9c41bf Reviewed-on: https://gerrit.libreoffice.org/71421 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/svmain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index e395e1a8634d..9372e74afc17 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -473,7 +473,7 @@ void DeInitVCL()
pSVData->mpSettingsConfigItem.reset();
- // prevent unnessesary painting during Scheduler shutdown
+ // prevent unnecessary painting during Scheduler shutdown
// as this processes all pending events in debug builds.
ImplGetSystemDependentDataManager().flushAll();