]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2833] Fix typo
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 21 Jun 2023 19:50:55 +0000 (19:50 +0000)
committerPiotrek Zadroga <piotrek@isc.org>
Tue, 27 Jun 2023 15:32:48 +0000 (15:32 +0000)
src/bin/dhcp4/tests/host_unittest.cc

index 74aace18bad434d236b33e52aa6ea9b804bbe41e..5a39c85b948e1b4b46aed4c4409477ea7ca9c856 100644 (file)
@@ -604,7 +604,7 @@ TEST_F(HostTest, globalHardwareFixedAddressInRange) {
 }
 
 // Verifies that a client matched to a global out-of-range address reservation
-// gets the hostname and a dynmaic address when the subnet reservations
+// gets the hostname and a dynamic address when the subnet reservations
 // flags are global only.
 TEST_F(HostTest, globalHardwareFixedAddressOutOfRange) {
     Dhcp4Client client(Dhcp4Client::SELECTING);