desktop/win32/source/loader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 919d2e63ac628440726f8bfc671536ec7febafed Author: Stephan Bergmann <[email protected]> AuthorDate: Mon Apr 12 09:51:36 2021 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Mon Apr 12 11:23:46 2021 +0200 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 <[email protected]> Reviewed-by: Stephan Bergmann <[email protected]> Tested-by: Jenkins diff --git a/desktop/win32/source/loader.cxx b/desktop/win32/source/loader.cxx index b0e3c2a691e4..d30f0ef90896 100644 --- a/desktop/win32/source/loader.cxx +++ b/desktop/win32/source/loader.cxx @@ -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); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
