summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/dbui/maildispatcher.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/dbui/maildispatcher.cxx')
-rw-r--r--sw/source/core/uibase/dbui/maildispatcher.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/uibase/dbui/maildispatcher.cxx b/sw/source/core/uibase/dbui/maildispatcher.cxx
index 2208f1a122be..a384fe855fa0 100644
--- a/sw/source/core/uibase/dbui/maildispatcher.cxx
+++ b/sw/source/core/uibase/dbui/maildispatcher.cxx
@@ -103,7 +103,7 @@ MailDispatcher::MailDispatcher(uno::Reference<mail::XSmtpService> mailserver) :
throw uno::RuntimeException();
// wait until the mail dispatcher thread is really alive
- // and has aquired a reference to this instance of the
+ // and has acquired a reference to this instance of the
// class
mail_dispatcher_active_.wait();
}
@@ -225,7 +225,7 @@ void MailDispatcher::sendMailMessageNotifyListener(uno::Reference<mail::XMailMes
void MailDispatcher::run()
{
- // aquire a self reference in order to avoid race
+ // acquire a self reference in order to avoid race
// conditions. The last client of this class must
// call shutdown before releasing his last reference
// to this class in order to shutdown this thread