]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: triplet
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:05:46 +0000 (17:05 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:05:46 +0000 (17:05 -0400)
src/lib/dhcpsrv/subnet.h

index 683ca4b6dacda539025edcbf4b310bfe79313ec0..5fc2112d1553da25dd8af1e7380bfa77f64d9391 100644 (file)
@@ -450,13 +450,13 @@ protected:
     /// @brief a prefix length of the subnet
     uint8_t prefix_len_;
 
-    /// @brief a tripet (min/default/max) holding allowed renew timer values
+    /// @brief a triplet (min/default/max) holding allowed renew timer values
     Triplet<uint32_t> t1_;
 
-    /// @brief a tripet (min/default/max) holding allowed rebind timer values
+    /// @brief a triplet (min/default/max) holding allowed rebind timer values
     Triplet<uint32_t> t2_;
 
-    /// @brief a tripet (min/default/max) holding allowed valid lifetime values
+    /// @brief a triplet (min/default/max) holding allowed valid lifetime values
     Triplet<uint32_t> valid_;
 
     /// @brief last allocated address