minor typo corrections

This commit is contained in:
kaleb-himes
2015-12-23 13:28:45 -07:00
parent 558d2566cc
commit cc8633fe7f
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ ready_file=`pwd`/wolfssl_crl_ready$$
remove_ready_file() { remove_ready_file() {
if test -e $ready_file; then if test -e $ready_file; then
echo -e "removing exisitng ready file" echo -e "removing existing ready file"
rm $ready_file rm $ready_file
fi fi
} }

View File

@ -17,7 +17,7 @@ echo "ready file $ready_file"
remove_ready_file() { remove_ready_file() {
if test -e $ready_file; then if test -e $ready_file; then
echo -e "removing exisitng ready file" echo -e "removing existing ready file"
rm $ready_file rm $ready_file
fi fi
} }