From ce087da0546203af07175db89c939c25d05cee1e Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 20 Jul 2022 15:00:24 +0200 Subject: [PATCH] [#1781] spelling --- src/hooks/dhcp/high_availability/query_filter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hooks/dhcp/high_availability/query_filter.h b/src/hooks/dhcp/high_availability/query_filter.h index 003bc89121..64405e43d0 100644 --- a/src/hooks/dhcp/high_availability/query_filter.h +++ b/src/hooks/dhcp/high_availability/query_filter.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -30,7 +30,7 @@ namespace ha { /// load balancing of the DHCP queries, when configured to do so. /// /// The query filter uses a term "scope" to identify group of DHCP queries -/// processed by a given server. Currently, we support load balanacing +/// processed by a given server. Currently, we support load balancing /// between two servers. Therefore, in this mode of operation, there are two /// scopes named after servers responsible for processing packets belonging /// to those scopes, e.g. "server1" and "server2". -- 2.47.2