summaryrefslogtreecommitdiff
path: root/lib/gnutls_buffers.c
diff options
context:
space:
mode:
authorPatrick Pelletier <code@funwithsoftware.org>2012-05-03 18:35:18 -0700
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-12-14 00:55:36 +0100
commitad951968ab1f6b3381f8bffe57b8d725af8bd323 (patch)
treee6097a0e9a90cabe543d5d09c932effceb5f113a /lib/gnutls_buffers.c
parent925a6f12437f5dba0fe4fcdf4553432cb7a08921 (diff)
downloadgnutls-ad951968ab1f6b3381f8bffe57b8d725af8bd323.tar.gz
minor phrasing improvements in docs
Diffstat (limited to 'lib/gnutls_buffers.c')
-rw-r--r--lib/gnutls_buffers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_buffers.c b/lib/gnutls_buffers.c
index 7d2dd9cca9..2573e69ced 100644
--- a/lib/gnutls_buffers.c
+++ b/lib/gnutls_buffers.c
@@ -88,7 +88,7 @@ _gnutls_record_buffer_put(gnutls_session_t session,
* This function checks if there are unread data
* in the gnutls buffers. If the return value is
* non-zero the next call to gnutls_record_recv()
- * is guarranteed not to block.
+ * is guaranteed not to block.
*
* Returns: Returns the size of the data or zero.
**/