Fix typos

Change-Id: I60eaa9de20577ef7c7930c3ade23851c91ea3260
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177475
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2024-11-28 11:08:08 +01:00
committed by Julien Nabet
parent 3c9a4e222a
commit 60047110c1
2 changed files with 2 additions and 2 deletions

View File

@ -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,\

View File

@ -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,\