]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc: corrected typo [ci skip]
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 11 May 2017 20:03:08 +0000 (22:03 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 11 May 2017 20:03:10 +0000 (22:03 +0200)
Reported by Andreas Metzler.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lib/x509/x509_dn.c

index effa363fce4c97c9b86cfb4276eeb723a7504425..7e44e35c834127edac89a17f0bfaae0ba4b0dd01 100644 (file)
@@ -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().
  *