summaryrefslogtreecommitdiff
path: root/lib/gnutls_buffers.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-14 15:55:48 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-14 15:55:48 +0000
commit870ad404e6b077f5c035b02aa92de5a1c44e5241 (patch)
treeb293998c05a7fe9e45a2abd609704ebc310de576 /lib/gnutls_buffers.c
parent3da54547a9a85c8cf07e2b9505dfa62363b7e37f (diff)
downloadgnutls-870ad404e6b077f5c035b02aa92de5a1c44e5241.tar.gz
*** empty log message ***
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 c3029978a2..571e2f9803 100644
--- a/lib/gnutls_buffers.c
+++ b/lib/gnutls_buffers.c
@@ -424,7 +424,7 @@ ssize_t _gnutls_io_read_buffered( gnutls_session session, opaque **iptr, size_t
if (ret < 0 || ret2 < 0) {
gnutls_assert();
- /* that's because they are initilized to 0 */
+ /* that's because they are initialized to 0 */
return GMIN(ret, ret2);
}