]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: identifier
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:26:58 +0000 (13:26 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:26:58 +0000 (13:26 -0400)
12 files changed:
ChangeLog
src/bin/dhcp6/dhcp6_messages.mes
src/lib/dhcp/pkt4.h
src/lib/dhcp/std_option_defs.h
src/lib/dhcp/tests/pkt6_unittest.cc
src/lib/dhcpsrv/base_host_data_source.h
src/lib/dhcpsrv/host.cc
src/lib/dhcpsrv/host.h
src/lib/dhcpsrv/host_mgr.h
src/lib/dhcpsrv/mysql_host_data_source.h
src/lib/dhcpsrv/pgsql_host_data_source.h
src/lib/dhcpsrv/tests/host_unittest.cc

index c1c16d89aa6e9ce67126fee7f8358ff57f6971f4..86f6299eb0b319cead8038258cce46f13dd68681 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1114,7 +1114,7 @@ Kea 1.0.0 released on December 29, 2015
 
 1079.  [bug]           jpopelka
        Fixed compilation issue in MySQL host data source: the
-       dhcp_identifer_length is now unsigned long. This addresses
+       dhcp_identifier_length is now unsigned long. This addresses
        a compilation problem on Fedora.
        (Github #17, git 8548d1b589df98cc956b4d80d2cb8819ef576717)
 
index 90ab7bd8f4a641c872ac82b538d1871beaad0e83..bbdd46bddb26f4ec38d1961b887009c0677e0d95 100644 (file)
@@ -258,7 +258,7 @@ DHCP server failed.
 % DHCP6_FLEX_ID flexible identifier generated for incoming packet: %1
 This debug message is printed when host reservation type is set to flexible identifier
 and the expression specified in its configuration generated (was evaluated to)
-an indetifier for incoming packet. This debug message is mainly intended as a
+an identifier for incoming packet. This debug message is mainly intended as a
 debugging assistance for flexible identifier.
 
 % DHCP6_HANDLE_SIGNAL_EXCEPTION An exception was thrown while handing signal: %1
index d98533a5910ff78770719208760bc02f186d3c79..1011be7064449890f7973ede4fee2bafcac3886c 100644 (file)
@@ -113,7 +113,7 @@ public:
                                  const ClientIdPtr& client_id,
                                  const uint32_t transid);
 
-    /// @brief Returns text representation of the given packet identifers.
+    /// @brief Returns text representation of the given packet identifiers.
     ///
     /// This variant of the method does not include transaction id.
     ///
index ddc917ec1956c516e1232b7a05f8ae12ea92e9b7..28ec58d816e5509ab0f5a284237b926ff0c8b927 100644 (file)
@@ -57,7 +57,7 @@ RECORD_DECL(VIVCO_RECORDS, OPT_UINT32_TYPE, OPT_BINARY_TYPE);
 //
 // Three 1 byte fields to describe a network interface: type, major and minor
 RECORD_DECL(CLIENT_NDI_RECORDS, OPT_UINT8_TYPE, OPT_UINT8_TYPE, OPT_UINT8_TYPE);
-// A client identifer: a 1 byte type field followed by opaque data depending on the type
+// A client identifier: a 1 byte type field followed by opaque data depending on the type
 RECORD_DECL(UUID_GUID_RECORDS, OPT_UINT8_TYPE, OPT_BINARY_TYPE);
 
 /// @brief Definitions of standard DHCPv4 options.
index bf8e9bc0a70fbf612911f1da9265219bb4c00938..eac3668060fd808bae28b7e72ed07f31ce057101 100644 (file)
@@ -1689,7 +1689,7 @@ TEST_F(Pkt6Test, getLabelEmptyClientId) {
     // Create a packet.
     Pkt6 pkt(DHCPV6_SOLICIT, 0x2312);
 
-    // Add empty client idenitifier option.
+    // Add empty client identifier option.
     pkt.addOption(OptionPtr(new Option(Option::V6, D6O_CLIENTID)));
     EXPECT_EQ("duid=[no info], tid=0x2312", pkt.getLabel());
 }
index 4cc0d6df22c0d070692cc37c4a6d96d3689bcfed..2e3ed16db1ad2124e599868a95983520fdd464eb 100644 (file)
@@ -251,7 +251,7 @@ public:
     ///
     /// This method supports both v4 and v6.
     ///
-    /// @param subnet_id subnet identfier.
+    /// @param subnet_id subnet identifier.
     /// @param addr specified address.
     /// @return true if deletion was successful, false if the host was not there.
     /// @throw various exceptions in case of errors
index f342d89a89350e7b5492b4183bc4251f3be07a68..573047bdaf8fe4688210109f43113a21a09365bc 100644 (file)
@@ -268,7 +268,7 @@ Host::setIdentifier(const std::string& identifier, const std::string& name) {
     // Set identifier type.
     identifier_type_ = getIdentifierType(name);
 
-    // Idetifier value can either be specified as string of hexadecimal
+    // Identifier value can either be specified as string of hexadecimal
     // digits or a string in quotes. The latter is copied to a vector excluding
     // quote characters.
 
index 9ff640d279c6a39a3bd22a4e1274d5fe626874ae..1b3552429bf089e9b5f57c9ff5f82ea816b6f886 100644 (file)
@@ -242,7 +242,7 @@ public:
     /// - "yy:yy:yy:yy:yy:yy"
     /// - "yyyyyyyyyy",
     /// - "0xyyyyyyyyyy",
-    /// - "'some identfier'".
+    /// - "'some identifier'".
     /// where y is a hexadecimal digit.
     ///
     /// Note that it is possible to use textual representation, e.g. 'some identifier',
index 34e9e7e7c836f12c410f6c68ea867ddb56c395cd..e985f64d40943e596f8ae43d7fa26ed8188d691d 100644 (file)
@@ -237,7 +237,7 @@ public:
 
     /// @brief Returns a host from specific subnet and reserved address.
     ///
-    /// @param subnet_id subnet identfier.
+    /// @param subnet_id subnet identifier.
     /// @param addr specified address.
     ///
     /// @return Const @c host object that has a reservation for specified address.
index 854f4b968a2f0aa0689af8b0da5e9139da9b8bca..11e52bd5e3dca104937235e35250d0504a5f0df0 100644 (file)
@@ -224,7 +224,7 @@ public:
     ///
     /// This method supports both v4 and v6.
     ///
-    /// @param subnet_id subnet identfier.
+    /// @param subnet_id subnet identifier.
     /// @param addr specified address.
     /// @return true if deletion was successful, false if the host was not there.
     /// @throw various exceptions in case of errors
@@ -234,7 +234,7 @@ public:
     ///
     /// This method supports v4 hosts only.
     ///
-    /// @param subnet_id subnet identfier.
+    /// @param subnet_id subnet identifier.
     /// @param addr specified address.
     /// @return true if deletion was successful, false if the host was not there.
     /// @throw various exceptions in case of errors
@@ -246,7 +246,7 @@ public:
     ///
     /// This method supports v6 hosts only.
     ///
-    /// @param subnet_id subnet identfier.
+    /// @param subnet_id subnet identifier.
     /// @param addr specified address.
     /// @return true if deletion was successful, false if the host was not there.
     /// @throw various exceptions in case of errors
index c5f4253f6d8d18d604dd9544da3a9d05a9e9bc1b..802d587cbf5bbfaa5f254994c82e05dfa6f3d566 100644 (file)
@@ -255,7 +255,7 @@ public:
     ///
     /// This method supports both v4 and v6.
     ///
-    /// @param subnet_id subnet identfier.
+    /// @param subnet_id subnet identifier.
     /// @param addr specified address.
     /// @return true if deletion was successful, false if the host was not there.
     /// @throw various exceptions in case of errors
@@ -265,7 +265,7 @@ public:
     ///
     /// This method supports v4 hosts only.
     ///
-    /// @param subnet_id subnet identfier.
+    /// @param subnet_id subnet identifier.
     /// @param addr specified address.
     /// @return true if deletion was successful, false if the host was not there.
     /// @throw various exceptions in case of errors
@@ -277,7 +277,7 @@ public:
     ///
     /// This method supports v6 hosts only.
     ///
-    /// @param subnet_id subnet identfier.
+    /// @param subnet_id subnet identifier.
     /// @param addr specified address.
     /// @return true if deletion was successful, false if the host was not there.
     /// @throw various exceptions in case of errors
index 9a222e41e078eeda903a49a109e0afbfc98cc9e0..fad37178ec10c87901557a0e8b7023a91d5e7c63 100644 (file)
@@ -408,7 +408,7 @@ TEST_F(HostTest, createFromIdentifierString) {
         const std::string identifier_name = Host::getIdentifierName(type);
 
         // Construct unique identifier for a host. This is a string
-        // consisting of a word "idenetifier", hyphen and the name of
+        // consisting of a word "identifier", hyphen and the name of
         // the identifier, e.g. "identifier-hw-address".
         std::ostringstream identifier_without_quotes;
         identifier_without_quotes << "identifier-" << identifier_name;