From: Marcin Siodelski Date: Thu, 9 May 2024 09:19:52 +0000 (+0200) Subject: [#3246] Change removal to release in comment X-Git-Tag: Kea-2.7.0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af6a9e7b97339267dbb175a90470899d53bccaf;p=thirdparty%2Fkea.git [#3246] Change removal to release in comment --- diff --git a/src/bin/dhcp4/tests/release_unittest.cc b/src/bin/dhcp4/tests/release_unittest.cc index 9b784172e4..2a8c962308 100644 --- a/src/bin/dhcp4/tests/release_unittest.cc +++ b/src/bin/dhcp4/tests/release_unittest.cc @@ -177,7 +177,7 @@ ReleaseTest::acquireAndRelease(const std::string& hw_address_1, EXPECT_EQ(lease->valid_lft_, 0); EXPECT_EQ(Lease4::STATE_RELEASED, lease->state_); - // The removal succeeded, so the assigned-addresses statistic should + // The release succeeded, so the assigned-addresses statistic should // be decreased by one EXPECT_EQ(before, after + 1);