]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1781] spelling
authorFrancis Dupont <fdupont@isc.org>
Wed, 20 Jul 2022 13:00:24 +0000 (15:00 +0200)
committerThomas Markwalder <tmark@isc.org>
Wed, 20 Jul 2022 13:04:59 +0000 (09:04 -0400)
src/hooks/dhcp/high_availability/query_filter.h

index 003bc891218395d89f240d75d9be1badf67ce2ac..64405e43d0e3a0d666fd2f6ab1be32bcef11863b 100644 (file)
@@ -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".