summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2017-03-01 21:30:15 -0800
committerAlan Antonuk <alan.antonuk@gmail.com>2017-03-01 21:33:02 -0800
commit4398756f06ce8128f5d9d57b9f31e0acb274b53f (patch)
tree6187d51402da027fd300defd3ce464b04f4824bf
parent3713c2696025d12d4a499fc763571d6613c597e6 (diff)
downloadrabbitmq-c-4398756f06ce8128f5d9d57b9f31e0acb274b53f.tar.gz
Doc: fix typo in amqp_get_handshake_timeout comment
-rw-r--r--librabbitmq/amqp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h
index 03cf565..c6e20c4 100644
--- a/librabbitmq/amqp.h
+++ b/librabbitmq/amqp.h
@@ -2481,7 +2481,7 @@ struct timeval *AMQP_CALL
* seconds.
*
* \param [in] state the connection object
- * \param [in] timeout a struct timetval* representing new login timeout for the
+ * \param [in] timeout a struct timeval* representing new login timeout for the
* state object. NULL represents an infinite timeout. The value of timeout is
* copied internally, the caller is responsible for ownership of the passed in
* pointer, it does not need to remain valid after this function is called.