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

Stephan Bergmann sbergman at redhat.com
Wed Mar 23 08:34:45 UTC 2016


 desktop/source/lib/init.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e6b1169627a5657d8ed568b1da0c101b27a8d045
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Mar 23 09:05:33 2016 +0100

    Typo in comment
    
    Seems most plausible that 5ffdcea247f64e36f56cfbfa3ba2bde0777945d6 "Use
    OfficeIPCThread::WaitForReady rather than sleeping" meant "ready" instead of
    "read" here, given it also added a call to OfficeIPCThread::WaitForReady
    following that comment.
    
    Change-Id: I82219d7f1b95798973c2b00cd70219062e97d214

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 8935027..c9283a3 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1934,7 +1934,7 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath, const char
         // functions depend on VCL being ready -- the deadlocks would happen
         // if you try to use loadDocument too early.
 
-        // The OfficeIPCThread is specifically set to be read when all the other
+        // The OfficeIPCThread is specifically set to be ready when all the other
         // init in Desktop::Main (run from soffice_main) is done. We can "enable"
         // the Thread from wherever (it's done again in Desktop::Main), and can
         // then use it to wait until we're definitely ready to continue.


More information about the Libreoffice-commits mailing list