From: Daniel Melani Date: Wed, 27 May 2015 09:27:03 +0000 (+0200) Subject: openssl: typo in comment X-Git-Tag: curl-7_43_0~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c005790ff1c0a;p=curl openssl: typo in comment --- diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 3f3dc4e34..96a7d6e89 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -733,7 +733,7 @@ static char *SSL_strerror(unsigned long error, char *buf, size_t size) { #ifdef HAVE_ERR_ERROR_STRING_N /* OpenSSL 0.9.6 and later has a function named - ERRO_error_string_n() that takes the size of the buffer as a + ERR_error_string_n() that takes the size of the buffer as a third argument */ ERR_error_string_n(error, buf, size); #else