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

index c12140a460a0aa657849345d3f43c7e99f8d2383..1a58b197b1714c043a266e130e712208ab82bb17 100644 (file)
@@ -381,7 +381,7 @@ TEST_F(TrackingLeaseMgrTest, unregisterCallbacksBySubnetID) {
     // Unregister the callbacks for subnet id 1.
     EXPECT_NO_THROW(mgr.unregisterCallbacks(SubnetID(1), Lease::TYPE_V4));
 
-    // Invoke the remaining callbacksm for the subnet id 1.
+    // Invoke the remaining callbacks for the subnet id 1.
     EXPECT_NO_THROW(mgr.trackAddLease(initializeLease(1, "192.0.2.1"), false));
     EXPECT_NO_THROW(mgr.trackUpdateLease(initializeLease(1, "192.0.2.1"), false));
     EXPECT_NO_THROW(mgr.trackDeleteLease(initializeLease(1, "192.0.2.1"), false));