summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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().
*