sc/CppunitTest_sc_ucalc_formula2.mk   |    2 +-
 sc/CppunitTest_sc_ucalc_nanpayload.mk |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 60047110c19a403e51c767cb003b0cf989f6b2bc
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Thu Nov 28 11:08:08 2024 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Thu Nov 28 12:38:02 2024 +0100

    Fix typos
    
    Change-Id: I60eaa9de20577ef7c7930c3ade23851c91ea3260
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177475
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Julien Nabet <[email protected]>

diff --git a/sc/CppunitTest_sc_ucalc_formula2.mk 
b/sc/CppunitTest_sc_ucalc_formula2.mk
index 49dbc610c566..13cb515d5bc7 100644
--- a/sc/CppunitTest_sc_ucalc_formula2.mk
+++ b/sc/CppunitTest_sc_ucalc_formula2.mk
@@ -11,7 +11,7 @@
 
 $(eval $(call sc_ucalc_test,_formula2))
 
-# some testes related to NaN payload may fail on some arch(e.g. riscv64)
+# some tests related to NaN payload may fail on some arch(e.g. riscv64)
 # that does not support part of IEEE 754 voluntary standards
 ifeq ($(DISABLE_NAN_TESTS),TRUE)
 $(eval $(call gb_CppunitTest_add_defs,sc_ucalc_formula2,\
diff --git a/sc/CppunitTest_sc_ucalc_nanpayload.mk 
b/sc/CppunitTest_sc_ucalc_nanpayload.mk
index be93fe9f118c..bc69ffe05d19 100644
--- a/sc/CppunitTest_sc_ucalc_nanpayload.mk
+++ b/sc/CppunitTest_sc_ucalc_nanpayload.mk
@@ -11,7 +11,7 @@
 
 $(eval $(call sc_ucalc_test,_nanpayload))
 
-# some testes related to NaN payload may fail on some arch(e.g. riscv64)
+# some tests related to NaN payload may fail on some arch(e.g. riscv64)
 # that does not support part of IEEE 754 voluntary standards
 ifeq ($(DISABLE_NAN_TESTS),TRUE)
 $(eval $(call gb_CppunitTest_add_defs,sc_ucalc_nanpayload,\

Reply via email to