summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/AsyncronousLink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/browser/AsyncronousLink.cxx')
-rw-r--r--dbaccess/source/ui/browser/AsyncronousLink.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/AsyncronousLink.cxx b/dbaccess/source/ui/browser/AsyncronousLink.cxx
index bf05ab0a3dd0..ac940d445283 100644
--- a/dbaccess/source/ui/browser/AsyncronousLink.cxx
+++ b/dbaccess/source/ui/browser/AsyncronousLink.cxx
@@ -72,7 +72,7 @@ IMPL_LINK(OAsyncronousLink, OnAsyncCall, void*, _pArg)
{
::osl::MutexGuard aEventGuard( m_aEventSafety );
if (!m_nEventId)
- // our destructor deleted the event just while we we're waiting for m_aEventSafety
+ // our destructor deleted the event just while we are waiting for m_aEventSafety
// -> get outta here
return 0;
m_nEventId = 0;