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

New commits:
commit 3f2484d071edb415216f5a2d09d146005cdd063e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Aug 27 00:06:19 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Aug 27 18:46:57 2023 +0200

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

diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index 54593eead31f..e836bbee122b 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -2988,7 +2988,7 @@ bool SwContentTree::HasContentChanged()
 
             // Set_id needs to be done here because FillMemberList clears the 
content type member
             // list and refills with new data making the previously set id 
invalid. If there is no
-            // content change detected the Dispay function will not be called 
and the tree entry
+            // content change detected the Display function will not be called 
and the tree entry
             // user data will not be set to the new content member pointer 
address.
             OUString sSubId(weld::toId(pCnt));
             m_xTreeView->set_id(*xEntry, sSubId);

Reply via email to