[Libreoffice-commits] core.git: connectivity/source

Julien Nabet serval2412 at yahoo.fr
Sat Feb 21 02:04:25 PST 2015


 connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 64e4d35265d5c46e3bdb00c6ba75a7ea8fa08b33
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 21 11:03:59 2015 +0100

    Typo: recive->receive
    
    Change-Id: I9f49f19bacc8b2d11bf082ffea0f852849a93822

diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx
index 60ba8c0..d06aedc 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);


More information about the Libreoffice-commits mailing list