configure.ac                       |    2 +-
 sw/source/uibase/utlui/content.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e7eb5f7e10899cf106b922439454b5d2f65d8f5e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jan 22 22:18:07 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jan 23 00:22:03 2022 +0100

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

diff --git a/configure.ac b/configure.ac
index 3c7a17d0df78..dc613104358e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2916,7 +2916,7 @@ if test -z "$BASH"; then
 fi
 AC_SUBST(BASH)
 
-# prefer parallel comression tools, if available
+# prefer parallel compression tools, if available
 AC_PATH_PROG(COMPRESSIONTOOL, pigz)
 if test -z "$COMPRESSIONTOOL"; then
     AC_PATH_PROG(COMPRESSIONTOOL, gzip)
diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index 90ef955e00d6..cd8ead85fee6 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -2912,7 +2912,7 @@ bool SwContentTree::HasContentChanged()
             if (bContentChanged)
                 continue;
 
-            // does entry have childern?
+            // does entry have children?
             if (m_xTreeView->get_row_expanded(*xEntry))
             {
                 const size_t nChildCount = GetChildCount(*xEntry);

Reply via email to