diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:25:02 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-04 10:21:01 +0000 |
commit | 0b7d51df3b4ce49f318dd9091df0bf7ba37cdd99 (patch) | |
tree | b5cf38ba79bb7259fe3aeedf660a2ce804b66369 /svtools/source/uno | |
parent | 462e986e0dbd533b3a15696555e08489963c9542 (diff) |
Fix typos
Change-Id: Ic6415423f46aaee7ba90239a617c318cf92ae222
Reviewed-on: https://gerrit.libreoffice.org/16711
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'svtools/source/uno')
-rw-r--r-- | svtools/source/uno/genericunodialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/genericunodialog.cxx b/svtools/source/uno/genericunodialog.cxx index 4b7f82f3d753..7f47b57a977e 100644 --- a/svtools/source/uno/genericunodialog.cxx +++ b/svtools/source/uno/genericunodialog.cxx @@ -262,7 +262,7 @@ void SAL_CALL OGenericUnoDialog::endExecute( ) throw(RuntimeException) throw RuntimeException(); if (!m_pDialog->IsInExecute()) - // we tighly missed it ... another thread finished the execution of the dialog, + // we tightly missed it... another thread finished the execution of the dialog, // but did not manage it to reset m_bExecuting, it currently tries to acquire // m_aMutex or m_aExecutionMutex // => nothing to do |