Spelling fixes in comments and error strings (ALGO_ID_E, ASN_TIME_E and WOLFSSL_ERROR function).

This commit is contained in:
David Garske
2016-01-29 16:13:09 -08:00
parent 3f87d28190
commit f8876854f4
55 changed files with 223 additions and 223 deletions

View File

@@ -110,7 +110,7 @@ const char* wc_GetErrorString(int error)
return "Buffer error, output too small or input too big";
case ALGO_ID_E :
return "Setting Cert AlogID error";
return "Setting Cert AlgoID error";
case PUBLIC_KEY_E :
return "Setting Cert Public Key error";
@@ -170,7 +170,7 @@ const char* wc_GetErrorString(int error)
return "ASN signature error, mismatched oid";
case ASN_TIME_E :
return "ASN time error, unkown time type";
return "ASN time error, unknown time type";
case ASN_INPUT_E :
return "ASN input error, not enough data";