]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: initialize
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:33:29 +0000 (17:33 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:16 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
examples/ldns-dane.c

index c1a83944690bc09aed856bfdffe729664f445b40..95bce4d3ec7ebaac7e3eb95f66de4585f8854ab3 100644 (file)
@@ -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