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

New commits:
commit 42383f04b1e78644ec42da31885bf88e739dfa7b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jun 20 07:48:28 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jul 29 15:11:33 2025 +0200

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

diff --git a/sw/source/core/txtnode/thints.cxx 
b/sw/source/core/txtnode/thints.cxx
index cdee95a4b665..caca26c7c992 100644
--- a/sw/source/core/txtnode/thints.cxx
+++ b/sw/source/core/txtnode/thints.cxx
@@ -1105,7 +1105,7 @@ SwTextAttr* MakeTextAttr(
 
                 if (!rDoc.IsInWriterfilterImport())
                 {
-                    // We set the name here to make the object referencable.
+                    // We set the name here to make the object referenceable.
                     
pField.SetName(sw::mark::MarkBase::GenerateNewName(u"__Annotation__"));
                 }
                 else // Keep the previous behaviour while loading the file.

Reply via email to