summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-21 11:03:59 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-21 11:03:59 +0100
commit64e4d35265d5c46e3bdb00c6ba75a7ea8fa08b33 (patch)
tree06fa9e7ad2bbbb5a16cf4e88f203a46e4d57ce41 /connectivity
parent5a88e827f5bf857af10f9e31db59dc12da7c3a3f (diff)
Typo: recive->receive
Change-Id: I9f49f19bacc8b2d11bf082ffea0f852849a93822
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx
index 60ba8c079d0d..d06aedc0d5ce 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx
@@ -213,7 +213,7 @@ void MNS_XPCOM_EventLoop()
if (NS_FAILED(rv)) return ;
PLEvent* event = nsnull;
- m_aUI_Thread_Condition.set(); //we are ready to recive event
+ m_aUI_Thread_Condition.set(); //we are ready to receive event
do
{
rv = eventQ->GetEvent(&event);