From: Francis Dupont Date: Wed, 20 Jul 2022 13:00:24 +0000 (+0200) Subject: [#1781] spelling X-Git-Tag: Kea-2.2.0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce087da0546203af07175db89c939c25d05cee1e;p=thirdparty%2Fkea.git [#1781] spelling --- 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".