summaryrefslogtreecommitdiff
path: root/svtools/source/uno/genericunodialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/genericunodialog.cxx')
-rw-r--r--svtools/source/uno/genericunodialog.cxx2
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