summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-06-19 15:48:21 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-06-19 15:48:21 +0200
commitecb0214ae45639e66bcab8a967a2ad01cede0d9f (patch)
tree0d9a54609db3a89a8c5854e7606f1f3fd48c9d65
parent826312c490745569231769c2967991a32281c048 (diff)
downloadgnutls-ecb0214ae45639e66bcab8a967a2ad01cede0d9f.tar.gz
doc: corrected typo
-rw-r--r--lib/prf.c2
1 files changed, 1 insertions, 1 deletions
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.