summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-07 14:00:49 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-08 22:25:25 +0100
commit88c6b454c8b6f08c74fb54ab9469801dd6860be5 (patch)
tree1861d32c80df1405a9a0aaf44ea108a17cb4551a /editeng
parentd843d7727fd80fb094c1331d6f289bfb6e5818d1 (diff)
Fix typos
Change-Id: Ifd1affb7c3945de84a210dfbda894b60014f6cd6 Reviewed-on: https://gerrit.libreoffice.org/63020 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx
index a0381437b29c..2ddf104fdb46 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -2226,7 +2226,7 @@ EditPaM ImpEditEngine::ImpConnectParagraphs( ContentNode* pLeft, ContentNode* pR
// caller.
if(aEditDoc.GetPos( pLeft ) > aEditDoc.GetPos( pRight ))
{
- OSL_ENSURE(false, "ImpConnectParagraphs wit wrong order of pLeft/pRight nodes (!)");
+ OSL_ENSURE(false, "ImpConnectParagraphs with wrong order of pLeft/pRight nodes (!)");
std::swap(pLeft, pRight);
}