diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-01-16 15:54:53 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-01-16 15:54:56 +0100 |
commit | b86a5eb84d0aa84dd30dfee3281bc7f7a4e6447a (patch) | |
tree | 19d05684900030a81d545376ff32649bf9443b76 /libdane/errors.c | |
parent | 25ed2750438178ff65d555a49212dc7b5a37c644 (diff) | |
download | gnutls-b86a5eb84d0aa84dd30dfee3281bc7f7a4e6447a.tar.gz |
corrected typos
Reported by Guido Kroon.
Diffstat (limited to 'libdane/errors.c')
-rw-r--r-- | libdane/errors.c | 4 |
1 files changed, 2 insertions, 2 deletions
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), |