]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: length
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:50:54 +0000 (13:50 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:50:54 +0000 (13:50 -0400)
src/bin/dhcp4/tests/fqdn_unittest.cc
src/lib/dns/tests/testdata/rdata_cname_fromWire
src/lib/dns/tests/testdata/rdata_dhcid_fromWire
src/lib/dns/tests/testdata/rdata_dname_fromWire
src/lib/dns/tests/testdata/rdata_mx_fromWire
src/lib/dns/tests/testdata/rdata_ns_fromWire
src/lib/dns/tests/testdata/rdata_soa_fromWire
src/lib/dns/tests/testdata/rdata_srv_fromWire
src/lib/dns/tests/testdata/rdata_txt_fromWire1

index 304ca6d381d3fa28dc2ecf7ca2cbacd41bc0e9ab..6e4a24635cec42afa529943c601734cb0d88a227 100644 (file)
@@ -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,
index 79cfc5b1b8a2588601c1e01df88092a542888056..57eae13b6268b1c983cea746bc79b748722ce1f2 100644 (file)
@@ -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)
index 0c8d56a53cd91e06c29261382ad8a2057bab325a..b28b5b3ace104d3bdb63fcaa74cb6432c551800f 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Valid RDATA for 0LIg0LvQtdGB0YMg0YDQvtC00LjQu9Cw0YHRjCDRkdC70L7Rh9C60LA=
 #
-# RDLENGHT=41 bytes
+# RDLENGTH=41 bytes
 # 0  1
  00 29
 # 0LIg0LvQtdGB0YMg0YDQvtC00LjQu9Cw0YHRjCDRkdC70L7Rh9C60LA=
index bd41236164b1f6fc3cd3418311ffe0bce8727151..1c899bf19d67cea6d33fc952b6339d37e5c99626 100644 (file)
@@ -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)
index 407350f1dd47bffd3bc1ebe61fdb4e62e1ddb639..8e09154e53a6211e20863138d1bb5670dcb9d1a3 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Valid RDATA for "10 mail.example.com"
 #
-# RDLENGHT=18 bytes
+# RDLENGTH=18 bytes
 # 0  1
  00 12
 #  2  3
index dd0f599d45981a973f445ce1f815d6e7b6e11dd6..973365f059968dc2644680fc5aec951b97fcd2ec 100644 (file)
@@ -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)
index 0fa65d66bac3297588fbd58ab1e86a5804c7e6e8..5cd67f053bac93d4383b6ab4805fa9d7d4195963 100644 (file)
@@ -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
index dac87e9144940ad75a878e99fdf26d34a68670d9..0f1e4ec75a488459a20d7a7d44992a284f4846c7 100644 (file)
@@ -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)
index 95980dbfc9fa8541ee8653724ca982deacc0341a..547d76f77dd3f846b4aacdcea822ed9a69099e7e 100644 (file)
@@ -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