sw/source/uibase/utlui/content.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a915fe8299fd27aeaef5e5f3be4f9e1e5f6e5014
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Mar 6 12:25:48 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Mar 6 23:03:29 2025 +0100

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

diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index d1aa92b52a46..b5cdecac0543 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -5502,7 +5502,7 @@ IMPL_LINK(SwContentTree, QueryTooltipHdl, const 
weld::TreeIter&, rEntry, OUStrin
                 SwNode* pEndNode = &rNodes.GetEndOfContent();
 
                 // tdf#163646 - Show in the tooltip for heading entries in 
Writer Navigator the
-                // outline word and character count of the heading ncluding 
the outline word and
+                // outline word and character count of the heading including 
the outline word and
                 // character count of all sub headings
                 int nEntryDepth = m_xTreeView->get_iter_depth(rEntry);
                 std::unique_ptr<weld::TreeIter> xIter = 
m_xTreeView->make_iterator(&rEntry);

Reply via email to