]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2833] Fix typo
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 21 Jun 2023 19:59:09 +0000 (19:59 +0000)
committerPiotrek Zadroga <piotrek@isc.org>
Tue, 27 Jun 2023 15:32:48 +0000 (15:32 +0000)
src/bin/dhcp6/tests/dhcp6_test_utils.h

index 35a11280bd5b627ace0bd8daaf513430dccb5c8b..b5c1d7befe7e8962e90184812c466f17de506d50 100644 (file)
@@ -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.