summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2017-04-03 23:12:12 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2017-08-20 23:12:36 -0700
commite7d4f92544093d10f295f12c3df59366f762f979 (patch)
treebafb0f3dbc45998eeb060e0ba340565f8fad6ed4
parentf6292a1c093ea84b73a1c14eccb3fb91567cf8a9 (diff)
downloadrabbitmq-c-e7d4f92544093d10f295f12c3df59366f762f979.tar.gz
Fix: correct spelling of comment in amqp.h
-rw-r--r--librabbitmq/amqp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h
index e4ddad2..60a2267 100644
--- a/librabbitmq/amqp.h
+++ b/librabbitmq/amqp.h
@@ -1950,7 +1950,7 @@ AMQP_CALL amqp_channel_close(amqp_connection_state_t state, amqp_channel_t chann
* Closes the entire connection
*
* Implicitly closes all channels and informs the broker the connection
- * is being closed, after receiving acknowldgement from the broker it closes
+ * is being closed, after receiving acknowledgment from the broker it closes
* the socket.
*
* \param [in] state the connection object