summaryrefslogtreecommitdiff
path: root/sw/qa/extras/tiledrendering
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-26 08:44:07 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-26 08:58:42 +0100
commit6e36e0ce006a85fb286b787def737bff6c8e9d8f (patch)
tree6c52bacc9b2b0f4f380f565a606104092cc5a11f /sw/qa/extras/tiledrendering
parent155dd4ebec9c38c0c478f648b09045e037818aea (diff)
Fix typos
Change-Id: Iffdbe1ce151f31b65e353cf87aaa1e0102d4430d Reviewed-on: https://gerrit.libreoffice.org/48653 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa/extras/tiledrendering')
-rw-r--r--sw/qa/extras/tiledrendering/tiledrendering.cxx2
1 files changed, 1 insertions, 1 deletions
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();