]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4316] Typo fixes by Razvan
authorRazvan Becheriu <razvan@isc.org>
Mon, 2 Feb 2026 08:47:17 +0000 (10:47 +0200)
committerAndrei Pavel <andrei@isc.org>
Mon, 2 Feb 2026 09:13:43 +0000 (11:13 +0200)
doc/sphinx/kea-messages.rst
src/bin/dhcp4/dhcp4_messages.mes
src/bin/dhcp4/tests/classify_unittest.cc
src/hooks/dhcp/lease_query/lease_query_impl4.h

index 7cb7cbe5f229d9565a70620663e42adb6fb249db..01e232562072eb2a01980e9aac5ab37b5d777c01 100644 (file)
@@ -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
 ===============================
index b34166e2d1492c40a29fec64add49184919c4023..cc0841cf0196ed617d56d3aaf1984c7defbc031c 100644 (file)
@@ -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.
index 4c1a31e76096ea2774e802df0c0ffbe89357faf5..1cc7b6b8b81c1a4ba424aed8dd0cbb78e00d983b 100644 (file)
@@ -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);
 
index 055d13bb09770de71d58776c2d6afdc1bd4b2384..e222151617bd81b8d625297bef09f843748f7469 100644 (file)
@@ -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