From: Marcin Siodelski Date: Wed, 16 Sep 2020 11:18:20 +0000 (+0200) Subject: [#1415] Fixed typo in ip_range_permutation X-Git-Tag: Kea-1.9.0~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91d8bb94b47fae3f9d89fe57887d2ccca74c0e8d;p=thirdparty%2Fkea.git [#1415] Fixed typo in ip_range_permutation Per review comments. --- diff --git a/src/lib/dhcpsrv/ip_range_permutation.cc b/src/lib/dhcpsrv/ip_range_permutation.cc index 29e37d1cce..8785e54174 100644 --- a/src/lib/dhcpsrv/ip_range_permutation.cc +++ b/src/lib/dhcpsrv/ip_range_permutation.cc @@ -55,7 +55,7 @@ IPRangePermutation::next(bool& done) { IOAddress next_loc_address = IOAddress::IPV4_ZERO_ADDRESS(); - // Check if whether this address exists in our map or not. If it exists + // Check whether this address exists in our map or not. If it exists // it means it was swapped with some other address in previous calls to // this function. auto next_loc_existing = state_.find(next_loc);