sw/source/core/text/itrcrsr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f2af1527c65fbf696c4996a9b4fa68f7f325cf31 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jul 5 13:42:38 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Jul 5 18:20:30 2022 +0200 Fix typo Change-Id: I500b02954de8ed0897a9e6b7ba0e77252a171085 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136824 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/core/text/itrcrsr.cxx b/sw/source/core/text/itrcrsr.cxx index b2a0b3bdb458..e20a90a715d4 100644 --- a/sw/source/core/text/itrcrsr.cxx +++ b/sw/source/core/text/itrcrsr.cxx @@ -411,7 +411,7 @@ void SwTextCursor::AddExtraBlankWidth() { pNextPos = pPos->GetNextPortion(); // Do it only if it is the last portion that able to handle the cursor, - // else the next portion would misscalculate the cursor position + // else the next portion would miscalculate the cursor position if (pPos->ExtraBlankWidth() && (!pNextPos || pNextPos->IsMarginPortion())) { pPos->Width(pPos->Width() + pPos->ExtraBlankWidth());