From: Josh Soref Date: Sun, 13 Jun 2021 21:33:29 +0000 (-0400) Subject: spelling: initialize X-Git-Tag: 1.8.0-rc.1~25^2~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb1012d433133f8e37e03ae3dd1f74e46e4e009a;p=thirdparty%2Fldns.git spelling: initialize Signed-off-by: Josh Soref --- diff --git a/examples/ldns-dane.c b/examples/ldns-dane.c index c1a83944..95bce4d3 100644 --- a/examples/ldns-dane.c +++ b/examples/ldns-dane.c @@ -1681,7 +1681,7 @@ main(int argc, char* const* argv) } #if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(HAVE_LIBRESSL) - /* ssl inititalize */ + /* ssl initialize */ SSL_load_error_strings(); SSL_library_init(); #endif