spelling fixes

Detected using the `codespell` tool (version 1.13.0).

Also secure and fix an URL.
This commit is contained in:
Viktor Szakats 2018-06-03 12:14:45 +00:00
parent 71c39f2965
commit 4bd91bc474
22 changed files with 32 additions and 32 deletions

View file

@ -159,7 +159,7 @@ static char *ia5string(ASN1_IA5STRING *ia5)
return tmp;
}
/* A conveniance routine to get an access URI. */
/* A convenience routine to get an access URI. */
static unsigned char *my_get_ext(X509 *cert, const int type,
int extensiontype)
{