diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-06-19 15:48:21 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-06-19 15:48:21 +0200 |
commit | ecb0214ae45639e66bcab8a967a2ad01cede0d9f (patch) | |
tree | 0d9a54609db3a89a8c5854e7606f1f3fd48c9d65 /lib/prf.c | |
parent | 826312c490745569231769c2967991a32281c048 (diff) | |
download | gnutls-ecb0214ae45639e66bcab8a967a2ad01cede0d9f.tar.gz |
doc: corrected typo
Diffstat (limited to 'lib/prf.c')
-rw-r--r-- | lib/prf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |