From: Nikos Mavrogiannopoulos Date: Fri, 16 Jan 2015 14:54:53 +0000 (+0100) Subject: corrected typos X-Git-Tag: gnutls_3_4_0~346 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b86a5eb84d0aa84dd30dfee3281bc7f7a4e6447a;p=thirdparty%2Fgnutls.git corrected typos Reported by Guido Kroon. --- diff --git a/libdane/errors.c b/libdane/errors.c index 84be88499e..b6b73592b5 100644 --- a/libdane/errors.c +++ b/libdane/errors.c @@ -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),