mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
Merge pull request #228 from kaleb-himes/typo-corrections
minor typo corrections
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user