summaryrefslogtreecommitdiffstats
path: root/forms/source/component/EventThread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/EventThread.cxx')
-rw-r--r--forms/source/component/EventThread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/EventThread.cxx b/forms/source/component/EventThread.cxx
index ac891c553efa..8e09f47d68a2 100644
--- a/forms/source/component/EventThread.cxx
+++ b/forms/source/component/EventThread.cxx
@@ -191,7 +191,7 @@ void OComponentEventThread::run()
{
MutexRelease aReleaseOnce(m_aMutex);
- // Because a queryHardRef can throw an Exception, it shoudln't be called when
+ // Because a queryHardRef can throw an Exception, it should not be called when
// the mutex is locked.
Reference<XControl> xControl;
if ( xControlAdapter.is() )