sw/source/core/text/porlay.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e326acc1ec13b90672e86811013850f26f4d96b6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jul 28 16:41:12 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jul 28 17:04:35 2023 +0200

    Fix typo
    
    Change-Id: Icb1c8ceaad806a53dbad4feb8ab1ab31c8d23242
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155021
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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;

Reply via email to