diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-27 14:25:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-27 21:46:31 +0200 |
commit | 734b33b73dbd4bd65265bce2a17ee07cdb3a5042 (patch) | |
tree | 5b23e15377a097b7845a7769f3fcc5656b956b8e /vcl | |
parent | a83963b463df5c8737fba43d9fff7e1236d2670b (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.cxx | 2 |
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(); |