summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_ssl_socket.h
diff options
context:
space:
mode:
authorAlexander Klauer <Alexander.Klauer@itwm.fraunhofer.de>2013-10-01 14:27:28 +0200
committerAlan Antonuk <alan.antonuk@gmail.com>2013-10-03 23:15:24 -0700
commitfac34656c0c9ad230232fe7b15a57de6c811d3e5 (patch)
tree6995a270af384ab57cc9fafb9899c79af0cd8e33 /librabbitmq/amqp_ssl_socket.h
parent5ea6a0945accfc8b52023aa82f0002b19c122bac (diff)
downloadrabbitmq-c-github-ask-fac34656c0c9ad230232fe7b15a57de6c811d3e5.tar.gz
Documentation fixes
* amqp.h: Fix link to amqp_destroy_envelope() * amqp_ssl_socket.h: Fix typo in parameter name * amqp_tcp_socket.h: Use correct parameter name * amqp.h: Typo in amqp_basic_ack() documentation
Diffstat (limited to 'librabbitmq/amqp_ssl_socket.h')
-rw-r--r--librabbitmq/amqp_ssl_socket.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/librabbitmq/amqp_ssl_socket.h b/librabbitmq/amqp_ssl_socket.h
index b9621f3..3cab291 100644
--- a/librabbitmq/amqp_ssl_socket.h
+++ b/librabbitmq/amqp_ssl_socket.h
@@ -145,9 +145,9 @@ amqp_ssl_socket_set_verify(amqp_socket_t *self,
* NOTE: calling this function after the first socket has been opened with
* amqp_open_socket() will not have any effect.
*
- * \param [in] do_initalize If 0 rabbitmq-c will not initialize the SSL
- * library, otherwise rabbitmq-c will initialize the
- * SSL library
+ * \param [in] do_initialize If 0 rabbitmq-c will not initialize the SSL
+ * library, otherwise rabbitmq-c will initialize the
+ * SSL library
*
* \since v0.4.0
*/