]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3140] Spelling
authorFrancis Dupont <fdupont@isc.org>
Thu, 6 Nov 2025 14:59:32 +0000 (15:59 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 6 Nov 2025 14:59:32 +0000 (15:59 +0100)
changelog_unreleased/3140-add-statistics-counters-for-dropped-packets
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
src/bin/dhcp6/dhcp6_hooks.dox
src/bin/dhcp6/tests/dhcp6_srv_unittest.cc

index 310de68ae8867a00f6bc9486c757385e8f5e3c1e..26dd2f4cb0744cd9365c8a82459efc4559cb74a4 100644 (file)
@@ -14,7 +14,7 @@
 
        Added "pkt4-not-for-us" and "pkt6-not-for-us"
        statistics which are increased when an incoming packet
-       was dropped bease it has to be handled by another server.
+       was dropped because it has to be handled by another server.
 
        Added "pkt4-processing-failed" and "pkt6-processing-failed"
        statistics which are increased when an incoming packet
index 5fa5636a21cf0567ff141ad713d659b42ad15f2e..e60a61a85f10b19f6d9cd2e473b585e084e5efe8 100644 (file)
@@ -1105,7 +1105,7 @@ TEST_F(Dhcpv4SrvTest, sanityCheckDiscover) {
     EXPECT_EQ(2, stat->getInteger().first);
 }
 
-// Verifies that DHCPREQEUSTs are sanity checked correctly.
+// Verifies that DHCPREQUESTs are sanity checked correctly.
 // 1. They must have either hardware address or client id
 // 2. They must have a requested address
 // 3. They may or may not have a server id
index 58e66f9df9a44374b3f57604b5428b93fb29faa8..718477cc5be9798e32521d22f35be6ecf2abf86c 100644 (file)
@@ -38,7 +38,7 @@
     status to specified value. Actions not listed explicitly are not supported.
    If a callout sets status to unsupported value, this specific value will be
    ignored and treated as if the status was CONTINUE. If the action is to
-   drop the incoming query it is the responsibilty of the hook to increase
+   drop the incoming query it is the responsibility of the hook to increase
    statistics.
 
 @section dhcpv6HooksHookPoints Hooks in the DHCPv6 Server
index 0bb5a64723614e83740b7ad2ec17e58a8956a038..a28be94885a7d914583a59a5b4ed1549d6242930 100644 (file)
@@ -3644,7 +3644,7 @@ TEST_F(Dhcpv6SrvTest, receiveAddrRegInformStat) {
 
 // Test checks if reception of a packet when the service is disabled
 // increases pkt6-service-disabled and pkt6-receive-drop.
-TEST_F(Dhcpv6SrvTest, receiveServiceDisableddStat) {
+TEST_F(Dhcpv6SrvTest, receiveServiceDisabledStat) {
     StatsMgr& mgr = StatsMgr::instance();
 
     // Let's get a simple SOLICIT...