From: Nikos Mavrogiannopoulos Date: Thu, 11 May 2017 20:03:08 +0000 (+0200) Subject: doc: corrected typo [ci skip] X-Git-Tag: gnutls_3_6_0~577 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efa6f25f4cbb66cbfcde21df8bd6d47c5d4594a7;p=thirdparty%2Fgnutls.git doc: corrected typo [ci skip] Reported by Andreas Metzler. Signed-off-by: Nikos Mavrogiannopoulos --- 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(). *