Fix previous typo-in-comment fix

...10c02f69106a248f3c0514b36ec95895ce98d8d7 "we where -> we were"

Change-Id: Icc82890293d56aa3a17b0f5867382873521465f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113968
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Jenkins
This commit is contained in:
Stephan Bergmann 2021-04-12 09:51:36 +02:00
parent 5bf84e085b
commit 919d2e63ac

View file

@ -346,7 +346,7 @@ int officeloader_impl(bool bAllowConsole)
do
{
// On Windows XP it seems as the desktop calls WaitForInputIdle after "OpenWith" so
// we have to do so as if we here processing any messages
// we have to do so as if we were processing any messages
dwWaitResult = MsgWaitForMultipleObjects(1, &aProcessInfo.hProcess, FALSE, INFINITE,
QS_ALLEVENTS);