2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[#3178] Correct grammar in the comments

This commit is contained in:
Marcin Siodelski 2024-01-05 15:49:04 +01:00
parent bd933f8c83
commit 83385b13a8

View File

@ -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.
///