From 35b63cff12eda35f06e3fec0d4bd3ca341d9a4ea Mon Sep 17 00:00:00 2001 From: Eddy Jansson Date: Tue, 14 Oct 2014 16:36:23 +0200 Subject: Fix spelling in comment for amqp_socket_writev() --- librabbitmq/amqp_socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librabbitmq/amqp_socket.h b/librabbitmq/amqp_socket.h index 315c4df..dad1a1e 100644 --- a/librabbitmq/amqp_socket.h +++ b/librabbitmq/amqp_socket.h @@ -96,7 +96,7 @@ amqp_set_socket(amqp_connection_state_t state, amqp_socket_t *socket); * * This function wraps writev(2) functionality. * - * This function will only reutrn on error, or when all of the bytes referred + * This function will only return on error, or when all of the bytes referred * to in iov have been sent. NOTE: this function may modify the iov struct. * * \param [in,out] self A socket object. -- cgit v1.2.1