diff options
-rw-r--r-- | librabbitmq/amqp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h index dcca862..d2c458d 100644 --- a/librabbitmq/amqp.h +++ b/librabbitmq/amqp.h @@ -1510,7 +1510,7 @@ int AMQP_CALL amqp_simple_wait_frame(amqp_connection_state_t state, * amqp_data_in_buffer() function. * * \note This function does not return heartbeat frames. When enabled, - * heartbeating is handed internally internally by the library. + * heartbeating is handled internally by the library. * * \param [in,out] state the connection object * \param [out] decoded_frame the frame |