/// @param len - expected lease length in the NCR
/// @param not_strict_expire_check - when true the comparison of the NCR
/// lease expiration time is conducted as greater than or equal to rather
- /// equal to CLTT plus lease lenght.
+ /// equal to CLTT plus lease length.
void verifyNameChangeRequest(const isc::dhcp_ddns::NameChangeType type,
const bool reverse, const bool forward,
const std::string& addr,
# various kinds of CNAME RDATA stored in an input buffer
#
# Valid non-compressed RDATA for cn.example.com.
-# RDLENGHT=16 bytes
+# RDLENGTH=16 bytes
# 0 1
00 10
# 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7(bytes)
#
# Valid RDATA for 0LIg0LvQtdGB0YMg0YDQvtC00LjQu9Cw0YHRjCDRkdC70L7Rh9C60LA=
#
-# RDLENGHT=41 bytes
+# RDLENGTH=41 bytes
# 0 1
00 29
# 0LIg0LvQtdGB0YMg0YDQvtC00LjQu9Cw0YHRjCDRkdC70L7Rh9C60LA=
# various kinds of DNAME RDATA stored in an input buffer
#
# Valid non-compressed RDATA for dn.example.com.
-# RDLENGHT=16 bytes
+# RDLENGTH=16 bytes
# 0 1
00 10
# 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7(bytes)
#
# Valid RDATA for "10 mail.example.com"
#
-# RDLENGHT=18 bytes
+# RDLENGTH=18 bytes
# 0 1
00 12
# 2 3
# various kinds of NS RDATA stored in an input buffer
#
# Valid non-compressed RDATA for ns.example.com.
-# RDLENGHT=16 bytes
+# RDLENGTH=16 bytes
# 0 1
00 10
# 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7(bytes)
#
# Valid compressed RDATA for "(ns.example.com. root.example.com.
# 2010012601 3600 300 3600000 1200)"
-# RDLENGHT=43 bytes
+# RDLENGTH=43 bytes
# 0 1
00 2b
# MNAME: non compressed
#
# various kinds of SRV RDATA stored in an input buffer
#
-# RDLENGHT=21 bytes
+# RDLENGTH=21 bytes
# 0 1
00 15
# 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 20 1 2(bytes)
#
# Valid RDATA for "Test-String"
#
-# RDLENGHT=12 bytes
+# RDLENGTH=12 bytes
00 0c
# T e s t - S t r i n g
0b 54 65 73 74 2d 53 74 72 69 6e 67