Skip to content

Commit 7787dbb

Browse files
Fix some spelling
Signed-off-by: Andreas Fuchs <andreas.fuchs@infineon.com>
1 parent b7f1d18 commit 7787dbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/docker.run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ make -j$(nproc)
6363
popd
6464

6565
if [ "$WITH_CRYPTO" == "none" ]; then
66-
echo "Exiting without running tests becuase crypto backend is none"
66+
echo "Exiting without running tests because crypto backend is none"
6767
exit 0
6868
fi
6969

Makefile-test.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test_helper_tpm_cmd_tcti_dummy_LDFLAGS = $(TESTS_LDFLAGS)
5151
test_helper_tpm_cmd_tcti_dummy_LDADD = $(TESTS_LDADD)
5252
endif #UNIT
5353

54-
### Rules to enerate binary test files for FAPI from b64 files.
54+
### Rules to enumerate binary test files for FAPI from b64 files.
5555

5656
if FAPI
5757
FAPI_TEST_BINS = \

0 commit comments

Comments
 (0)