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

index 18ea96120820b14b3236310757fe989d0a27997a..12f1405c9c8f26d551916dc72114c221b01a1f52 100644 (file)
@@ -497,7 +497,7 @@ case "$enable_gost" in
         AC_CHECK_FUNC(EVP_PKEY_set_type_str, [],[AC_MSG_ERROR([OpenSSL >= 1.0.0 is needed for GOST support or rerun with --disable-gost])])
         AC_CHECK_FUNC(EC_KEY_new, [], [AC_MSG_ERROR([No ECC functions found in OpenSSL: please upgrade OpenSSL or rerun with --disable-gost])])
        AC_CHECK_GOST_WORKS
-       AC_ARG_ENABLE(gost-anyway, AC_HELP_STRING([--enable-gost-anyway], [Enable GOST even whithout a GOST engine installed]))
+       AC_ARG_ENABLE(gost-anyway, AC_HELP_STRING([--enable-gost-anyway], [Enable GOST even without a GOST engine installed]))
        if test "$ac_cv_c_gost_works" != "no" -o "$enable_gost_anyway" = "yes"; then
                if test "$ac_cv_c_gost_works" = "no"; then
                        AC_MSG_RESULT([no, but compiling with GOST support anyway])