summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-10-11 10:12:33 +1100
committerAlan Antonuk <alan.antonuk@gmail.com>2020-10-19 05:54:16 +0000
commitfa953d7f1df8172a6bfee659ef4b607fa4ffe364 (patch)
tree51a9be99b19a4194a53754b3af21e4046fdab827
parentda51bfbb44f35d490c5b1a94f13aa04cfbbba6f3 (diff)
downloadrabbitmq-c-pr628.tar.gz
docs: fix simple typo, throughly -> thoroughlypr628
There is a small typo in librabbitmq/amqp.h. Should read `thoroughly` rather than `throughly`.
-rw-r--r--librabbitmq/amqp.h2
1 files changed, 1 insertions, 1 deletions
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