summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddy Jansson <eddy@scmcoord.com>2014-10-14 16:36:23 +0200
committerEddy Jansson <eddy@scmcoord.com>2014-10-14 16:36:23 +0200
commit35b63cff12eda35f06e3fec0d4bd3ca341d9a4ea (patch)
tree5d3f87a6299c0ffec4cb4a3dbb654808ee6a4ba7
parent0e9521c6a50004a1df31e9b8494b751236a9b056 (diff)
downloadrabbitmq-c-github-ask-35b63cff12eda35f06e3fec0d4bd3ca341d9a4ea.tar.gz
Fix spelling in comment for amqp_socket_writev()
-rw-r--r--librabbitmq/amqp_socket.h2
1 files changed, 1 insertions, 1 deletions
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.