From fac34656c0c9ad230232fe7b15a57de6c811d3e5 Mon Sep 17 00:00:00 2001 From: Alexander Klauer Date: Tue, 1 Oct 2013 14:27:28 +0200 Subject: 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 --- librabbitmq/amqp_ssl_socket.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'librabbitmq/amqp_ssl_socket.h') 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 */ -- cgit v1.2.1