[Libreoffice-commits] core.git: vcl/source

Muhammet Kara muhammet.kara at pardus.org.tr
Thu Apr 7 20:47:52 UTC 2016


 vcl/source/app/svapp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e943da4189e829c7b65b6d171bd6d16ca5e0b425
Author: Muhammet Kara <muhammet.kara at pardus.org.tr>
Date:   Thu Apr 7 10:09:46 2016 +0300

    Fix simple typo in SAL_INFO tdf#97087
    
    Change-Id: I925ff84c827b668d11cff8de13b0834dafc47e28
    Reviewed-on: https://gerrit.libreoffice.org/23886
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 9c874a9..ef785b8 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--;


More information about the Libreoffice-commits mailing list