summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-04-04 23:04:27 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-04-05 07:08:04 +0200
commit684ec4b870ad13b2eff3e10ef429f4e19bb57441 (patch)
treedfe6d2922b90b029c0cce0862549bbba8c260957 /sw
parent50b56ee25b119fb18480d7c9c670ec3986b725cd (diff)
Fix typos
Change-Id: I77ad3b01dbb2e8f8438b6f4a30ca2239490fb8f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132537 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/text/pormulti.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/pormulti.cxx b/sw/source/core/text/pormulti.cxx
index c798a0dfc519..3fb6a3091ad0 100644
--- a/sw/source/core/text/pormulti.cxx
+++ b/sw/source/core/text/pormulti.cxx
@@ -139,7 +139,7 @@ void SwMultiPortion::dumpAsXml(xmlTextWriterPtr pWriter, const OUString& rText,
{
(void)xmlTextWriterStartElement(pWriter, BAD_CAST("SwMultiPortion"));
dumpAsXmlAttributes(pWriter, rText, nOffset);
- // Indentionally not incrementing nOffset here, one of the child portions will do that.
+ // Intentionally not incrementing nOffset here, one of the child portions will do that.
const SwLineLayout* pLine = &GetRoot();
while (pLine)