summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-04-07 10:09:46 +0300
committerMichael Stahl <mstahl@redhat.com>2016-04-07 20:47:28 +0000
commite943da4189e829c7b65b6d171bd6d16ca5e0b425 (patch)
tree13c4b4559fa2cd14496d26e341b069a1457fcf5d /vcl
parentfa94cdc7fae33987b49985405d84a483010421f0 (diff)
Fix simple typo in SAL_INFO tdf#97087
Change-Id: I925ff84c827b668d11cff8de13b0834dafc47e28 Reviewed-on: https://gerrit.libreoffice.org/23886 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/svapp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 9c874a9ea7a3..ef785b897e57 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -510,7 +510,7 @@ inline bool ImplYield(bool i_bWait, bool i_bAllEvents, sal_uLong const nReleased
i_bWait && !pSVData->maAppData.mbAppQuit,
i_bAllEvents, nReleased);
- SAL_INFO("vcl.schedule", "DoYield with " << (bHasActiveIdles ? "active idles" : "no ides") <<
+ SAL_INFO("vcl.schedule", "DoYield with " << (bHasActiveIdles ? "active idles" : "no idles") <<
" returns: " << (eResult == SalYieldResult::EVENT ? "processed event" : "timeout"));
pSVData->maAppData.mnDispatchLevel--;