From fa953d7f1df8172a6bfee659ef4b607fa4ffe364 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 11 Oct 2020 10:12:33 +1100 Subject: docs: fix simple typo, throughly -> thoroughly There is a small typo in librabbitmq/amqp.h. Should read `thoroughly` rather than `throughly`. --- librabbitmq/amqp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h index d8a8b2e..7ef64e4 100644 --- a/librabbitmq/amqp.h +++ b/librabbitmq/amqp.h @@ -1045,7 +1045,7 @@ amqp_connection_state_t AMQP_CALL amqp_new_connection(void); * of the socket outside of the library will lead to undefined behavior. * Additionally rabbitmq-c may use the socket differently version-to-version, * what may work in one version, may break in the next version. Be sure to - * throughly test any applications that use the socket returned by this + * thoroughly test any applications that use the socket returned by this * function especially when using a newer version of rabbitmq-c * * \param [in] state the connection object -- cgit v1.2.1