summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-11 22:03:08 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-11 22:03:35 +0200
commit138bfd565aa7c98f380befad4ee3fbffda606366 (patch)
treeefdde78ee9b2310601954461c0c924e1ca6c8944
parent522b9f320fb4efb077cc46a6485e8c17befacc04 (diff)
downloadgnutls-138bfd565aa7c98f380befad4ee3fbffda606366.tar.gz
doc: corrected typo [ci skip]
Reported by Andreas Metzler. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--lib/x509/x509_dn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/x509_dn.c b/lib/x509/x509_dn.c
index effa363fce..7e44e35c83 100644
--- a/lib/x509/x509_dn.c
+++ b/lib/x509/x509_dn.c
@@ -288,7 +288,7 @@ fail:
* DN parsing error %GNUTLS_E_PARSING_ERROR is returned.
*
* Note that DNs are not expected to hold DNS information, and thus
- * no automatic IDNA convertions are attempted when using this function.
+ * no automatic IDNA conversions are attempted when using this function.
* If that is required (e.g., store a domain in CN), process the corresponding
* input with gnutls_idna_map().
*