We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0c9c9 commit 3a56b50Copy full SHA for 3a56b50
.ci/docker.run
@@ -63,7 +63,7 @@ make -j$(nproc)
63
popd
64
65
if [ "$WITH_CRYPTO" == "none" ]; then
66
- echo "Exiting without running tests becuase crypto backend is none"
+ echo "Exiting without running tests because crypto backend is none"
67
exit 0
68
fi
69
Makefile-test.am
@@ -51,7 +51,7 @@ test_helper_tpm_cmd_tcti_dummy_LDFLAGS = $(TESTS_LDFLAGS)
51
test_helper_tpm_cmd_tcti_dummy_LDADD = $(TESTS_LDADD)
52
endif #UNIT
53
54
-### Rules to enerate binary test files for FAPI from b64 files.
+### Rules to enumerate binary test files for FAPI from b64 files.
55
56
if FAPI
57
FAPI_TEST_BINS = \
0 commit comments