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

New commits:
commit 14f86f5458edd0969a649e637aff818da9e189e1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Feb 2 21:30:42 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Feb 7 09:22:36 2025 +0100

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

diff --git a/sw/source/core/txtnode/thints.cxx 
b/sw/source/core/txtnode/thints.cxx
index f0da91513913..f288b8d1a162 100644
--- a/sw/source/core/txtnode/thints.cxx
+++ b/sw/source/core/txtnode/thints.cxx
@@ -1094,7 +1094,7 @@ SwTextAttr* MakeTextAttr(
                 // when the annotation mark is created and inserted into the 
document.
                 auto& pField = const_cast<SwPostItField&>(dynamic_cast<const 
SwPostItField&>(*(pNew->GetFormatField().GetField())));
 
-                // 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__"));
                 pField.SetPostItId();
             }

Reply via email to