Correct misspellings and typos from codespell tool

This commit is contained in:
Eric Blankenhorn
2019-12-24 12:29:33 -06:00
parent 3f13b49fa3
commit b83804cb9d
111 changed files with 489 additions and 491 deletions

View File

@@ -23,7 +23,7 @@ client_result=-1
remove_ready_file() {
if test -e /tmp/wolfssl_server_ready; then
echo "removing exisitng server_ready file"
echo "removing existing server_ready file"
rm /tmp/wolfssl_server_ready
fi
}