From c022a954e0c66bb32844792c1707fec23b564bbc Mon Sep 17 00:00:00 2001 From: iadgovuser26 <33069955+iadgovuser26@users.noreply.github.com> Date: Wed, 4 May 2022 16:24:29 -0400 Subject: [PATCH] fixed typo --- .ci/setup/container/tpm2_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/setup/container/tpm2_common.sh b/.ci/setup/container/tpm2_common.sh index 36ccf72c..900a2afc 100755 --- a/.ci/setup/container/tpm2_common.sh +++ b/.ci/setup/container/tpm2_common.sh @@ -19,7 +19,7 @@ function installProvisioner { # use ibm tss to properly clear tpm pcr values function setTpmPcrValues { pushd /ibmtss > /dev/null - echo "starting IBM TSS to set the TPM simulator intial values correctly..." + echo "Starting IBM TSS to set the TPM simulator initial values correctly..." cd utils ./startup popd > /dev/null