From 83385b13a8c76f44241823f9d49fee20f24e53ac Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Fri, 5 Jan 2024 15:49:04 +0100 Subject: [PATCH] [#3178] Correct grammar in the comments --- src/hooks/dhcp/high_availability/lease_sync_filter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hooks/dhcp/high_availability/lease_sync_filter.h b/src/hooks/dhcp/high_availability/lease_sync_filter.h index 77eb2793fb..f329a77227 100644 --- a/src/hooks/dhcp/high_availability/lease_sync_filter.h +++ b/src/hooks/dhcp/high_availability/lease_sync_filter.h @@ -20,11 +20,11 @@ namespace ha { /// @brief Checks if a lease fetched from the other server should be /// synchronized into the local lease database. /// -/// In a simple case when a pair of the servers have only one relationship, +/// In a simple case when a pair of the servers has only one relationship, /// a server recovering from a crash fetches all leases from the partner /// during the database synchronization. If a server participates in more /// than one relationship or the server is connected to a server having -/// more relationshins a decision whether a received lease should be stored +/// more relationships a decision whether a received lease should be stored /// in a database has to be made based on the filtering rules implemented /// in this class. ///