From d30ce1a39066cec9513994ff90ba43553714d48a Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 21 Jun 2023 19:50:55 +0000 Subject: [PATCH] [#2833] Fix typo --- src/bin/dhcp4/tests/host_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/dhcp4/tests/host_unittest.cc b/src/bin/dhcp4/tests/host_unittest.cc index 74aace18ba..5a39c85b94 100644 --- a/src/bin/dhcp4/tests/host_unittest.cc +++ b/src/bin/dhcp4/tests/host_unittest.cc @@ -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); -- 2.47.2