summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-07-28 16:41:12 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-07-28 17:04:35 +0200
commite326acc1ec13b90672e86811013850f26f4d96b6 (patch)
treed0614f72e1bbf8da6f97b6314769940931839ead /sw
parent514dfe603797351223b1c570a92687399cca7e06 (diff)
Fix typo
Change-Id: Icb1c8ceaad806a53dbad4feb8ab1ab31c8d23242 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155021 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/porlay.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/porlay.cxx b/sw/source/core/text/porlay.cxx
index 764ee1a4087e..7d406a86df0c 100644
--- a/sw/source/core/text/porlay.cxx
+++ b/sw/source/core/text/porlay.cxx
@@ -1441,7 +1441,7 @@ void SwScriptInfo::InitScriptInfo(const SwTextNode& rNode,
// special case for dotted circle since it can be used with complex
// before a mark, so we want it associated with the mark's script
- // tdf#112594: another soecial case for NNBSP followed by a Mongolian
+ // tdf#112594: another special case for NNBSP followed by a Mongolian
// character, since NNBSP has special uses in Mongolian (tdf#112594)
auto nPos = sal_Int32(nChg);
auto nPrevPos = nPos;