From: Marcin Siodelski Date: Mon, 20 Sep 2021 19:20:21 +0000 (+0200) Subject: [#1959] Corrected typo in communication_state.h X-Git-Tag: Kea-2.0.0~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e58f78522a55b91bf9353a97e0e5a6ad2d67d51e;p=thirdparty%2Fkea.git [#1959] Corrected typo in communication_state.h --- diff --git a/src/hooks/dhcp/high_availability/communication_state.h b/src/hooks/dhcp/high_availability/communication_state.h index 2eb66e384e..ff929598d0 100644 --- a/src/hooks/dhcp/high_availability/communication_state.h +++ b/src/hooks/dhcp/high_availability/communication_state.h @@ -488,7 +488,7 @@ public: /// @brief Checks if the partner allocated new leases for which it hasn't sent /// any lease updates. /// - /// It compares a previous and current value of the @c parent_unsent_update_count_. + /// It compares a previous and current value of the @c partner_unsent_update_count_. /// If the current value is 0 and the previous value is non-zero it indicates /// that the partner was restarted. ///