summaryrefslogtreecommitdiff
path: root/librabbitmq
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-18 23:19:45 -0700
commit219efb1179d9755b243adf69519a1344433bd964 (patch)
tree51a9be99b19a4194a53754b3af21e4046fdab827 /librabbitmq
parentda51bfbb44f35d490c5b1a94f13aa04cfbbba6f3 (diff)
downloadrabbitmq-c-219efb1179d9755b243adf69519a1344433bd964.tar.gz
docs: fix simple typo, throughly -> thoroughly
There is a small typo in librabbitmq/amqp.h. Should read `thoroughly` rather than `throughly`.
Diffstat (limited to 'librabbitmq')
-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