From efa6f25f4cbb66cbfcde21df8bd6d47c5d4594a7 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 11 May 2017 22:03:08 +0200 Subject: doc: corrected typo [ci skip] Reported by Andreas Metzler. Signed-off-by: Nikos Mavrogiannopoulos --- lib/x509/x509_dn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(). * -- cgit v1.2.1