summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-04-11 10:51:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-04-11 17:08:54 +0200
commit10c02f69106a248f3c0514b36ec95895ce98d8d7 (patch)
tree56eb13ddfd7b15f25d3f893cda8be047dfaef005 /desktop
parentofz#32467 Timeout: add arbitrary master page limit when fuzzing (diff)
downloadcore-10c02f69106a248f3c0514b36ec95895ce98d8d7.tar.gz
core-10c02f69106a248f3c0514b36ec95895ce98d8d7.zip
we where -> we were
Change-Id: I993442061ac59e1ecd86b7d97a3e52c561987878 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113942 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/win32/source/loader.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/win32/source/loader.cxx b/desktop/win32/source/loader.cxx
index 82b323d7c772..b0e3c2a691e4 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 where processing any messages
+ // we have to do so as if we here processing any messages
dwWaitResult = MsgWaitForMultipleObjects(1, &aProcessInfo.hProcess, FALSE, INFINITE,
QS_ALLEVENTS);
@@ -453,7 +453,7 @@ int unopkgloader_impl(bool bAllowConsole)
do
{
// On Windows XP it seems as the desktop calls WaitForInputIdle after "OpenWidth" so we have to do so
- // as if we where processing any messages
+ // as if we were processing any messages
dwWaitResult = MsgWaitForMultipleObjects(1, &aProcessInfo.hProcess, FALSE, INFINITE, QS_ALLEVENTS);