From: Suzanne Goldlust Date: Wed, 21 Jun 2023 19:59:09 +0000 (+0000) Subject: [#2833] Fix typo X-Git-Tag: Kea-2.4.0~58 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=dd6e3a207601403ef095b9be6c472de3f98c8b97;p=thirdparty%2Fkea.git [#2833] Fix typo --- diff --git a/src/bin/dhcp6/tests/dhcp6_test_utils.h b/src/bin/dhcp6/tests/dhcp6_test_utils.h index 35a11280bd..b5c1d7befe 100644 --- a/src/bin/dhcp6/tests/dhcp6_test_utils.h +++ b/src/bin/dhcp6/tests/dhcp6_test_utils.h @@ -850,7 +850,7 @@ public: const isc::asiolink::IOAddress& release_addr, const LeaseAffinity lease_affinity); - /// @brief Checks that reassignement of a released-expired lease + /// @brief Checks that reassignment of a released-expired lease /// does not lead to zero lifetimes. /// /// This method does not throw, but uses gtest macros to signify failures.