Skip to content

Commit 8362c93

Browse files
committed
fix(test_result_test): fix typo
1 parent a0d7831 commit 8362c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_result_test.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function results() result(test_results)
2424
type(test_result_t), allocatable :: test_results(:)
2525

2626
test_results = [ &
27-
test_result_t("constructs and array of test_result_t objects elmentally", check_array_result_construction()) &
27+
test_result_t("constructs and array of test_result_t objects elementally", check_array_result_construction()) &
2828
]
2929
end function
3030

0 commit comments

Comments
 (0)