]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
l'il typo
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Mon, 5 Sep 2005 11:32:14 +0000 (11:32 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Mon, 5 Sep 2005 11:32:14 +0000 (11:32 +0000)
error.c

diff --git a/error.c b/error.c
index a6bbfef73de847bbcce4d639ab72272d5db94f33..c2868c098126a8ef2d813733d81194d1d6292d98 100644 (file)
--- a/error.c
+++ b/error.c
@@ -36,7 +36,7 @@ ldns_lookup_table ldns_error_str[] = {
         { LDNS_STATUS_ADDRESS_ERR, "Could not start AXFR, because of address error" },
         { LDNS_STATUS_UNKNOWN_INET, "Uknown address family" },
         { LDNS_STATUS_NOT_IMPL, "This function is not implemented (yet), please notify the developers" },
-        { LDNS_STATUS_CRYPTO_UNKNOWN_ALGO, "Uknown cryptographic algorithm" },
+        { LDNS_STATUS_CRYPTO_UNKNOWN_ALGO, "Unknown cryptographic algorithm" },
         { LDNS_STATUS_CRYPTO_ALGO_NOT_IMPL, "Cryptographic algorithm not implemented" },
         { LDNS_STATUS_CRYPTO_NO_RRSIG, "No DNSSEC signature(s)" },
         { LDNS_STATUS_CRYPTO_NO_DNSKEY, "No DNSSEC public key(s)" },