summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-03-05 14:30:20 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-03-05 16:30:40 +0100
commit85c1b7ed35fd30cf3f095a2e3d09bf137ffb231b (patch)
tree937215a49e7a71191eb3f7846e0e4b3d6a51a72d /sw
parentfe40724421b8c1f197871702a477772d2a633209 (diff)
Fix typos
Change-Id: I70e7db0926f8c5815637ae14c1193130d52c3224 Reviewed-on: https://gerrit.libreoffice.org/50774 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/tiledrendering/tiledrendering.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index 780f02cd2865..394036c6d955 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -2183,7 +2183,7 @@ void SwTiledRenderingTest::testSplitNodeRedlineCallback()
Scheduler::ProcessEventsToIdle();
// Assert that we get a notification about redline modification
- // The redline after the inserted node gets a different vertical positon
+ // The redline after the inserted node gets a different vertical position
CPPUNIT_ASSERT_EQUAL(1, m_nRedlineTableEntryModified);
// 2. test case
@@ -2244,7 +2244,7 @@ void SwTiledRenderingTest::testDeleteNodeRedlineCallback()
Scheduler::ProcessEventsToIdle();
// Assert that we get a notification about redline modification
- // The redline after the removed node gets a different vertical positon
+ // The redline after the removed node gets a different vertical position
CPPUNIT_ASSERT_EQUAL(1, m_nRedlineTableEntryModified);
// 2. test case