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

New commits:
commit ec758dbfccc9856eacae8db08f5bf9333b9d69dc
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jul 20 00:29:44 2024 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Sat Jul 20 08:52:29 2024 +0200

    Fix typo
    
    Change-Id: I197ce7d28e92a9a73ae506c11e407dea838837e9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170786
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>

diff --git a/sw/source/uibase/wrtsh/wrtsh1.cxx 
b/sw/source/uibase/wrtsh/wrtsh1.cxx
index 585203eed017..cee94c6ff1ef 100644
--- a/sw/source/uibase/wrtsh/wrtsh1.cxx
+++ b/sw/source/uibase/wrtsh/wrtsh1.cxx
@@ -1077,7 +1077,7 @@ void 
SwWrtShell::InsertContentControl(SwContentControlType eType)
 
     auto pContentControl = std::make_shared<SwContentControl>(nullptr);
 
-    // Make Random ID.. cehcek if it is unique
+    // Make Random ID... check if it is unique
     // warning: possible infinite loop if there would be billions of content 
controls.
     SwContentControlManager& pManager = GetDoc()->GetContentControlManager();
     size_t nCCCount = pManager.GetCount();

Reply via email to