summaryrefslogtreecommitdiff
path: root/libdane
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-01-16 15:54:53 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-01-16 15:54:56 +0100
commitb86a5eb84d0aa84dd30dfee3281bc7f7a4e6447a (patch)
tree19d05684900030a81d545376ff32649bf9443b76 /libdane
parent25ed2750438178ff65d555a49212dc7b5a37c644 (diff)
downloadgnutls-b86a5eb84d0aa84dd30dfee3281bc7f7a4e6447a.tar.gz
corrected typos
Reported by Guido Kroon.
Diffstat (limited to 'libdane')
-rw-r--r--libdane/errors.c4
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),