From 3cde0bb1afa3315227890324dd62d5d6c5376be2 Mon Sep 17 00:00:00 2001 From: Andriy Gelman Date: Wed, 29 Jan 2020 12:46:40 -0500 Subject: Fix repeated word and spelling in api doc --- librabbitmq/amqp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1