Merge pull request #228 from kaleb-himes/typo-corrections

minor typo corrections
pull/230/head
toddouska 2015-12-28 11:56:48 -08:00
commit 91c06736cb
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
} }