sw/qa/extras/tiledrendering/tiledrendering.cxx |    2 +-
 sw/source/uibase/uiview/viewling.cxx           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6e36e0ce006a85fb286b787def737bff6c8e9d8f
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Fri Jan 26 08:44:07 2018 +0100

    Fix typos
    
    Change-Id: Iffdbe1ce151f31b65e353cf87aaa1e0102d4430d
    Reviewed-on: https://gerrit.libreoffice.org/48653
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx 
b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index c89b9cf844ef..3bf2d07a595f 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -2046,7 +2046,7 @@ void SwTiledRenderingTest::testTdf115088()
     Scheduler::ProcessEventsToIdle();
     comphelper::dispatchCommand(".uno:Copy", 
uno::Sequence<beans::PropertyValue>());
 
-    // Move cursor to the begining of the first line and paste
+    // Move cursor to the beginning of the first line and paste
     pXTextDocument->postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, KEY_HOME | 
KEY_MOD1);
     pXTextDocument->postKeyEvent(LOK_KEYEVENT_KEYUP, 0, KEY_HOME | KEY_MOD1);
     Scheduler::ProcessEventsToIdle();
diff --git a/sw/source/uibase/uiview/viewling.cxx 
b/sw/source/uibase/uiview/viewling.cxx
index cb7f8b11c546..2057a113ad0c 100644
--- a/sw/source/uibase/uiview/viewling.cxx
+++ b/sw/source/uibase/uiview/viewling.cxx
@@ -572,7 +572,7 @@ void SwView::StartThesaurus()
 
         if (pDlg)
         {
-            guard.dismiss(); // ignore, we'll call SetIdle() explictly after 
the dialog ends
+            guard.dismiss(); // ignore, we'll call SetIdle() explicitly after 
the dialog ends
 
             pDlg->StartExecuteAsync([=](sal_Int32 nResult){
                 if (nResult == RET_OK )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to