From: Josh Soref Date: Sun, 23 Jul 2017 21:05:46 +0000 (-0400) Subject: spelling: triplet X-Git-Tag: trac5124a_base~35^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc8b313989fc381b4d9ee3742d319f9aab18d2e5;p=thirdparty%2Fkea.git spelling: triplet --- diff --git a/src/lib/dhcpsrv/subnet.h b/src/lib/dhcpsrv/subnet.h index 683ca4b6da..5fc2112d15 100644 --- a/src/lib/dhcpsrv/subnet.h +++ b/src/lib/dhcpsrv/subnet.h @@ -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 t1_; - /// @brief a tripet (min/default/max) holding allowed rebind timer values + /// @brief a triplet (min/default/max) holding allowed rebind timer values Triplet t2_; - /// @brief a tripet (min/default/max) holding allowed valid lifetime values + /// @brief a triplet (min/default/max) holding allowed valid lifetime values Triplet valid_; /// @brief last allocated address