From: Razvan Becheriu Date: Mon, 2 Feb 2026 08:47:17 +0000 (+0200) Subject: [#4316] Typo fixes by Razvan X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07e3c919da697bfe868448b69ef4ccb9f434c65d;p=thirdparty%2Fkea.git [#4316] Typo fixes by Razvan --- diff --git a/doc/sphinx/kea-messages.rst b/doc/sphinx/kea-messages.rst index 7cb7cbe5f2..01e2325620 100644 --- a/doc/sphinx/kea-messages.rst +++ b/doc/sphinx/kea-messages.rst @@ -6175,10 +6175,10 @@ DHCP4_TESTING_MODE_SEND_TO_SOURCE_ENABLED All packets will be sent to the source address of an incoming packet - use only for testing -This message is printed, then the KEA_TEST_SEND_RESPONSES_TO_SOURCE -environment variable is set. It's causes Kea to send packets to the -source address of the incoming packet. It is only usable in a testing environment -to simulate multiple subnet traffic from single source. +This message is printed when the KEA_TEST_SEND_RESPONSES_TO_SOURCE +environment variable is set. It causes Kea to send packets to the +source address of the incoming packet. It is only usable in a testing +environment to simulate multiple subnet traffic from single source. DHCP4_UNKNOWN_ADDRESS_REQUESTED =============================== diff --git a/src/bin/dhcp4/dhcp4_messages.mes b/src/bin/dhcp4/dhcp4_messages.mes index b34166e2d1..cc0841cf01 100644 --- a/src/bin/dhcp4/dhcp4_messages.mes +++ b/src/bin/dhcp4/dhcp4_messages.mes @@ -1189,10 +1189,10 @@ The argument includes the client and the transaction identification information. % DHCP4_TESTING_MODE_SEND_TO_SOURCE_ENABLED All packets will be sent to the source address of an incoming packet - use only for testing -This message is printed, then the KEA_TEST_SEND_RESPONSES_TO_SOURCE -environment variable is set. It's causes Kea to send packets to the -source address of the incoming packet. It is only usable in a testing environment -to simulate multiple subnet traffic from single source. +This message is printed when the KEA_TEST_SEND_RESPONSES_TO_SOURCE +environment variable is set. It causes Kea to send packets to the +source address of the incoming packet. It is only usable in a testing +environment to simulate multiple subnet traffic from single source. % DHCP4_UNKNOWN_ADDRESS_REQUESTED %1: client requested an unknown address, client sent ciaddr %2, requested-ip-address %3 Logged at debug log level 50. diff --git a/src/bin/dhcp4/tests/classify_unittest.cc b/src/bin/dhcp4/tests/classify_unittest.cc index 4c1a31e760..1cc7b6b8b8 100644 --- a/src/bin/dhcp4/tests/classify_unittest.cc +++ b/src/bin/dhcp4/tests/classify_unittest.cc @@ -1994,7 +1994,7 @@ TEST_F(ClassifyTest, vivsoOptionClassTagTest) { // Process query Pkt4Ptr response1 = srv_->processDiscover(query1); - // Verify the reponse contains the VIVSO sub-option + // Verify the response contains the VIVSO sub-option OptionPtr tmp = response1->getOption(DHO_VIVSO_SUBOPTIONS); EXPECT_TRUE(tmp); diff --git a/src/hooks/dhcp/lease_query/lease_query_impl4.h b/src/hooks/dhcp/lease_query/lease_query_impl4.h index 055d13bb09..e222151617 100644 --- a/src/hooks/dhcp/lease_query/lease_query_impl4.h +++ b/src/hooks/dhcp/lease_query/lease_query_impl4.h @@ -132,7 +132,7 @@ public: /// @brief Adds options to a query response /// - /// Adds the following options to the reponse (regardless of PRL): + /// Adds the following options to the response (regardless of PRL): /// /// - DHO_DHCP_CLIENT_IDENTIFIER - if one /// - DHO_DHCP_LEASE_TIME