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:10 +0200
commitefa6f25f4cbb66cbfcde21df8bd6d47c5d4594a7 (patch)
treeff4b1000d178d3a9ec231aed1964a74b9fb34600
parentf3dcead8ea6827f1fe2dca0925f7966950b3df34 (diff)
downloadgnutls-efa6f25f4cbb66cbfcde21df8bd6d47c5d4594a7.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().
*