diff --git a/scripts/crl-revoked.test b/scripts/crl-revoked.test index 8f48a3a8e..5588aa5b4 100755 --- a/scripts/crl-revoked.test +++ b/scripts/crl-revoked.test @@ -19,7 +19,7 @@ ready_file=`pwd`/wolfssl_crl_ready$$ remove_ready_file() { if test -e $ready_file; then - echo -e "removing exisitng ready file" + echo -e "removing existing ready file" rm $ready_file fi } diff --git a/scripts/resume.test b/scripts/resume.test index caa59b362..40a8613ae 100755 --- a/scripts/resume.test +++ b/scripts/resume.test @@ -17,7 +17,7 @@ echo "ready file $ready_file" remove_ready_file() { if test -e $ready_file; then - echo -e "removing exisitng ready file" + echo -e "removing existing ready file" rm $ready_file fi }