]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected typos
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 16 Jan 2015 14:54:53 +0000 (15:54 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 16 Jan 2015 14:54:56 +0000 (15:54 +0100)
Reported by Guido Kroon.

libdane/errors.c

index 84be88499e4d2e69428e7167502458109608f756..b6b73592b5985b7b56d471578a061ee40294265c 100644 (file)
@@ -56,9 +56,9 @@ static const error_entry error_algorithms[] = {
                    DANE_E_INVALID_DNSSEC_SIG),
        ERROR_ENTRY(N_("There was a memory error."),
                    DANE_E_MEMORY_ERROR),
-       ERROR_ENTRY(N_("There requested data are not available."),
+       ERROR_ENTRY(N_("The requested data are not available."),
                    DANE_E_REQUESTED_DATA_NOT_AVAILABLE),
-       ERROR_ENTRY(N_("There request is invalid."),
+       ERROR_ENTRY(N_("The request is invalid."),
                    DANE_E_INVALID_REQUEST),
        ERROR_ENTRY(N_("There was an error in the certificate."),
                    DANE_E_CERT_ERROR),