diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-23 09:05:33 +0100 |
---|---|---|
committer | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2016-07-20 01:26:01 -0400 |
commit | 16c9fbe9f35c95840b85c7e4659f9b38e590caaa (patch) | |
tree | 34539b8b93e11e83603eb7c8e1b5a8898767ab8d /desktop | |
parent | d33fa42d7202a167ebd05ce9adf252b9c8475a15 (diff) |
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
(cherry picked from commit e6b1169627a5657d8ed568b1da0c101b27a8d045)
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index a659096ccc3c..fb9e504a8340 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2325,7 +2325,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. |