From: Nikos Mavrogiannopoulos Date: Sun, 19 Jun 2016 13:48:21 +0000 (+0200) Subject: doc: corrected typo X-Git-Tag: gnutls_3_5_2~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecb0214ae45639e66bcab8a967a2ad01cede0d9f;p=thirdparty%2Fgnutls.git doc: corrected typo --- diff --git a/lib/prf.c b/lib/prf.c index a2cad25b7c..c8d3274226 100644 --- a/lib/prf.c +++ b/lib/prf.c @@ -343,7 +343,7 @@ gnutls_prf_raw(gnutls_session_t session, * * The output is placed in @out, which must be pre-allocated. * - * Note that, to provide the RFC5705 context, the @contect variable + * Note that, to provide the RFC5705 context, the @context variable * must be non-null. * * Returns: %GNUTLS_E_SUCCESS on success, or an error code.