]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc: corrected typo
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 19 Jun 2016 13:48:21 +0000 (15:48 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 19 Jun 2016 13:48:21 +0000 (15:48 +0200)
lib/prf.c

index a2cad25b7c4bb556925ae6342e93f2bf7b5c0608..c8d3274226b21dc6950db8975032de1c342b4c50 100644 (file)
--- 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.