solenv/gbuild/platform/com_MSC_class.mk      |    2 +-
 sw/source/core/access/AccessibilityCheck.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f9b2aa48d03547852cfffb838f8edf7f76891acf
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Sep 30 19:03:13 2020 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Wed Sep 30 20:37:37 2020 +0200

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

diff --git a/solenv/gbuild/platform/com_MSC_class.mk 
b/solenv/gbuild/platform/com_MSC_class.mk
index 8a71ca3422bb..4564bc65cdde 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -137,7 +137,7 @@ endef
 ifeq ($(CPUNAME),ARM64)
 gb_AsmObject_get_source = $(1)/$(2).S
 
-# Code needs a preprozessor step .S -> .asm -> .o
+# Code needs a preprocessor step .S -> .asm -> .o
 define gb_AsmObject__command
 $(call gb_Output_announce,$(2),$(true),ASM,3)
 $(call gb_Helper_abbreviate_dirs,\
diff --git a/sw/source/core/access/AccessibilityCheck.cxx 
b/sw/source/core/access/AccessibilityCheck.cxx
index 58ea49972df0..15360dd9b82b 100644
--- a/sw/source/core/access/AccessibilityCheck.cxx
+++ b/sw/source/core/access/AccessibilityCheck.cxx
@@ -695,7 +695,7 @@ public:
 class TableHeadingCheck : public NodeCheck
 {
 private:
-    // Boolean indicaing if heading-in-table warning is already triggered.
+    // Boolean indicating if heading-in-table warning is already triggered.
     bool bPrevPassed;
 
 public:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to