From df82f5c85c5443d96cdb6c0d61ff4ffe28965929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Mon, 19 Apr 1999 14:45:02 +0000 Subject: Fix typos in error codes. --- crypto/bio/bio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/bio/bio.h') diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h index 0f54834f60..f83b3e2f24 100644 --- a/crypto/bio/bio.h +++ b/crypto/bio/bio.h @@ -719,7 +719,7 @@ int BIO_printf(); #define BIO_R_KEEPALIVE 109 #define BIO_R_NBIO_CONNECT_ERROR 110 #define BIO_R_NO_ACCEPT_PORT_SPECIFIED 111 -#define BIO_R_NO_HOSTHNAME_SPECIFIED 112 +#define BIO_R_NO_HOSTNAME_SPECIFIED 112 #define BIO_R_NO_PORT_DEFINED 113 #define BIO_R_NO_PORT_SPECIFIED 114 #define BIO_R_NULL_PARAMETER 115 @@ -727,7 +727,7 @@ int BIO_printf(); #define BIO_R_UNABLE_TO_BIND_SOCKET 117 #define BIO_R_UNABLE_TO_CREATE_SOCKET 118 #define BIO_R_UNABLE_TO_LISTEN_SOCKET 119 -#define BIO_R_UNINITALISED 120 +#define BIO_R_UNINITIALIZED 120 #define BIO_R_UNSUPPORTED_METHOD 121 #define BIO_R_WSASTARTUP 122 -- cgit v1.2.3