Browse Source

spelling: length

Josh Soref 7 years ago
parent
commit
9d4bc11829

+ 1 - 1
src/bin/dhcp4/tests/fqdn_unittest.cc

@@ -565,7 +565,7 @@ public:
     /// @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,

+ 1 - 1
src/lib/dns/tests/testdata/rdata_cname_fromWire

@@ -2,7 +2,7 @@
 # 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)

+ 1 - 1
src/lib/dns/tests/testdata/rdata_dhcid_fromWire

@@ -3,7 +3,7 @@
 #
 # Valid RDATA for 0LIg0LvQtdGB0YMg0YDQvtC00LjQu9Cw0YHRjCDRkdC70L7Rh9C60LA=
 #
-# RDLENGHT=41 bytes
+# RDLENGTH=41 bytes
 # 0  1
  00 29
 # 0LIg0LvQtdGB0YMg0YDQvtC00LjQu9Cw0YHRjCDRkdC70L7Rh9C60LA=

+ 1 - 1
src/lib/dns/tests/testdata/rdata_dname_fromWire

@@ -2,7 +2,7 @@
 # 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)

+ 1 - 1
src/lib/dns/tests/testdata/rdata_mx_fromWire

@@ -3,7 +3,7 @@
 #
 # Valid RDATA for "10 mail.example.com"
 #
-# RDLENGHT=18 bytes
+# RDLENGTH=18 bytes
 # 0  1
  00 12
 #  2  3

+ 1 - 1
src/lib/dns/tests/testdata/rdata_ns_fromWire

@@ -2,7 +2,7 @@
 # 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)

+ 1 - 1
src/lib/dns/tests/testdata/rdata_soa_fromWire

@@ -3,7 +3,7 @@
 #
 # 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

+ 1 - 1
src/lib/dns/tests/testdata/rdata_srv_fromWire

@@ -1,7 +1,7 @@
 #
 # 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)

+ 1 - 1
src/lib/dns/tests/testdata/rdata_txt_fromWire1

@@ -3,7 +3,7 @@
 #
 # 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