diff options
author | Rich Salz <rsalz@openssl.org> | 2016-04-04 22:11:43 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-04-04 22:11:43 +0200 |
commit | e771eea6d8ca3caa48076367ee86c3b55249dcb3 (patch) | |
tree | 05324dd4eaec6cb827c737c7d5a6c39b9585f233 /crypto/bio/b_addr.c | |
parent | Revert "Fix an error code spelling." (diff) | |
download | openssl-e771eea6d8ca3caa48076367ee86c3b55249dcb3.tar.xz openssl-e771eea6d8ca3caa48076367ee86c3b55249dcb3.zip |
Revert "various spelling fixes"
This reverts commit 620d540bd47a96fb6905fbbdd8ea5167a8841a3e.
It wasn't reviewed.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/bio/b_addr.c')
-rw-r--r-- | crypto/bio/b_addr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bio/b_addr.c b/crypto/bio/b_addr.c index 9323325b77..ed4c1397d9 100644 --- a/crypto/bio/b_addr.c +++ b/crypto/bio/b_addr.c @@ -583,7 +583,7 @@ int BIO_parse_hostserv(const char *hostserv, char **host, char **service, * family, such as AF_UNIX * * the return value is 1 on success, or 0 on failure, which - * only happens if a memory allocation error occurred. + * only happens if a memory allocation error occured. */ static int addrinfo_wrap(int family, int socktype, const void *where, size_t wherelen, @@ -749,7 +749,7 @@ int BIO_lookup(const char *host, const char *service, #endif struct servent *se; - /* Apparently, on WIN64, s_proto and s_port have traded places... */ + /* Apprently, on WIN64, s_proto and s_port have traded places... */ #ifdef _WIN64 struct servent se_fallback = { NULL, NULL, NULL, 0 }; #else |