Skip to content

Commit 6004711

Browse files
Gelmaserval2412
authored andcommitted
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]>
1 parent 3c9a4e2 commit 6004711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sc/CppunitTest_sc_ucalc_formula2.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
$(eval $(call sc_ucalc_test,_formula2))
1313

14-
# some testes related to NaN payload may fail on some arch(e.g. riscv64)
14+
# some tests related to NaN payload may fail on some arch(e.g. riscv64)
1515
# that does not support part of IEEE 754 voluntary standards
1616
ifeq ($(DISABLE_NAN_TESTS),TRUE)
1717
$(eval $(call gb_CppunitTest_add_defs,sc_ucalc_formula2,\

sc/CppunitTest_sc_ucalc_nanpayload.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
$(eval $(call sc_ucalc_test,_nanpayload))
1313

14-
# some testes related to NaN payload may fail on some arch(e.g. riscv64)
14+
# some tests related to NaN payload may fail on some arch(e.g. riscv64)
1515
# that does not support part of IEEE 754 voluntary standards
1616
ifeq ($(DISABLE_NAN_TESTS),TRUE)
1717
$(eval $(call gb_CppunitTest_add_defs,sc_ucalc_nanpayload,\

0 commit comments

Comments
 (0)