]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2423] release changes: spelling corrections
authorAndrei Pavel <andrei@isc.org>
Mon, 23 May 2022 14:16:29 +0000 (17:16 +0300)
committerAndrei Pavel <andrei@isc.org>
Mon, 23 May 2022 14:33:09 +0000 (14:33 +0000)
30 files changed:
doc/examples/kea4/all-keys.json
doc/examples/kea6/all-keys.json
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst
doc/sphinx/arm/hooks-ddns-tuning.rst
doc/sphinx/arm/hooks.rst
src/bin/dhcp4/dhcp4_hooks.dox
src/bin/dhcp6/dhcp6_hooks.dox
src/bin/dhcp6/tests/rebind_unittest.cc
src/bin/netconf/netconf_config.h
src/hooks/dhcp/flex_option/tests/sub_option_unittests.cc
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp6_unittest.cc
src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp4.cc
src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp6.cc
src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.h
src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp4_unittest.cc
src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp6_unittest.cc
src/lib/database/backend_selector.h
src/lib/dhcp/iface_mgr.cc
src/lib/dhcp/pkt4.h
src/lib/dhcp/tests/iface_mgr_unittest.cc
src/lib/dhcpsrv/parsers/option_data_parser.h
src/lib/eval/tests/token_unittest.cc
src/lib/eval/token.h
src/lib/http/request.h
src/lib/http/tests/server_client_unittests.cc
src/lib/http/tests/tls_client_unittests.cc
src/lib/pgsql/pgsql_exchange.h
src/lib/testutils/lib_load_test_fixture.h

index 66daf02f14af660a75e4c2f692f8b445707e64f8..2c363aab5985aa7fb01c6a032757c129ea10c240 100644 (file)
             // re-detected.
             "re-detect": true,
 
-            // Kea tries to bind the service sockets during initialiation. It may
+            // Kea tries to bind the service sockets during initialization. It may
             // fail due to a port being already opened or misconfiguration. Kea can
             // suppress these errors and only logs them. This flag prevents starting
             // the DHCP server without binding all sockets. If unspecified, it
             // defaults to false.
             "service-sockets-require-all": true,
 
-            // Kea tries to bind the service sockets during initialiation. This
+            // Kea tries to bind the service sockets during initialization. This
             // option specifies how many times binding to interface will be retried.
             // The default value is 0 which means that the operation will not be
             // repeated.
index 322fe4f2c6213ed380ca0a1adb28a3aee30846bb..7ddc196ef658c833f88a0cd08d59ed249642791e 100644 (file)
             // re-detected.
             "re-detect": true,
 
-            // Kea tries to bind the service sockets during initialiation. It may
+            // Kea tries to bind the service sockets during initialization. It may
             // fail due to a port being already opened or misconfiguration. Kea can
             // suppress these errors and only logs them. This flag prevents starting
             // the DHCP server without binding all sockets. If unspecified, it
             // defaults to false.
             "service-sockets-require-all": true,
 
-            // Kea tries to bind the service sockets during initialiation. This
+            // Kea tries to bind the service sockets during initialization. This
             // option specifies how many times binding to interface will be retried.
             // The default value is 0 which means that the operation will not be
             // repeated.
index 1dd7c60e93595b6b4bb37b3dc388401215de2761..4bc3b0f5148546d29d8479085bb83d1b0aa3e6ca 100644 (file)
@@ -2739,7 +2739,7 @@ with the same code (11 options with option code 240).
    either host reservations or configuration backend.
 
 The server is also able to receive packets with split options (options using
-the same option code) and to fuse the data chuncks into one option. This is
+the same option code) and to fuse the data chunks into one option. This is
 also supported for suboptions if each suboption data chunk also contains the
 suboption code and suboption length.
 
@@ -6476,13 +6476,13 @@ The DHCPv4 server supports the following statistics:
    |                                              |                | subnet separately.                 |
    +----------------------------------------------+----------------+------------------------------------+
    | v4-allocation-fail-shared-network            | integer        | Number of address allocation       |
-   |                                              |                | failures for a paticular client    |
+   |                                              |                | failures for a particular client   |
    |                                              |                | connected to a shared network.     |
    |                                              |                | This is a global statistic that    |
    |                                              |                | covers all subnets.                |
    +----------------------------------------------+----------------+------------------------------------+
    | subnet[id].v4-allocation-fail-shared-network | integer        | Number of address allocation       |
-   |                                              |                | failures for a paticular client    |
+   |                                              |                | failures for a particular client   |
    |                                              |                | connected to a shared network.     |
    |                                              |                | The *id* is the subnet-id of a     |
    |                                              |                | given subnet. This statistic is    |
index da8ef65df159bb3f020b26d060454f0953463402..9cee75aa0d447317a3d9fce875385e55508fe04e 100644 (file)
@@ -6343,13 +6343,13 @@ The DHCPv6 server supports the following statistics:
    |                                              |                | subnet separately.                 |
    +----------------------------------------------+----------------+------------------------------------+
    | v6-allocation-fail-shared-network            | integer        | Number of address allocation       |
-   |                                              |                | failures for a paticular client    |
+   |                                              |                | failures for a particular client   |
    |                                              |                | connected to a shared network.     |
    |                                              |                | This is a global statistic that    |
    |                                              |                | covers all subnets.                |
    +----------------------------------------------+----------------+------------------------------------+
    | subnet[id].v6-allocation-fail-shared-network | integer        | Number of address allocation       |
-   |                                              |                | failures for a paticular client    |
+   |                                              |                | failures for a particular client   |
    |                                              |                | connected to a shared network.     |
    |                                              |                | The *id* is the subnet-id of a     |
    |                                              |                | given subnet. This statistic is    |
index 339c8207f21ef81f5906183fb7fb1e6195c036ab..5ed4ad3ef138b1348aee9d0e0831972aa78a2d43 100644 (file)
@@ -157,7 +157,7 @@ client basis.  The library recognizes a special client class, "SKIP_DDNS".  When
 client is matched to this class, kea servers (kea-dhcp4 and kea-dhcp6) will not
 send DDNS update requests (NCRs) to kea-dhcp-ddns.  A common use-case would be
 to skip DDNS updates for fixed-address host reservations.  This is done easily by
-simply assiging the class to the host reservation as shown below:
+simply assigning the class to the host reservation as shown below:
 
 .. code-block:: javascript
 
index ab2a7f69d88402eb6e478fbd26bd34e9946840cc..8062257e2ce899c1ec34c8a9d71ec58952e9c542 100644 (file)
@@ -1932,11 +1932,11 @@ to the option one with:
   should be created if it does not exit in the ``add`` and ``supersede``
   action. When not specified, it defaults to true.
 
-- ``container-remove`` - booleand value which specifies if the container option
+- ``container-remove`` - boolean value which specifies if the container option
   should be deleted if it remains empty after the removal of a sub-option by
   the ``remove`` action. When not specified, it defaults to true.
 
-- ``csv-format`` - booleand value which specifies if the raw value of the
+- ``csv-format`` - boolean value which specifies if the raw value of the
   evaluated expression is used (false, default) or parsed using the sub-option
   definition (true).
 
index 81ce5b185cf836bb0af647869ad639a590e6774b..02b531efdd63a939d25d8593afc4dabd0bdd7c34 100644 (file)
@@ -269,17 +269,17 @@ called before "subnet4_select".
    host name as well as whether or not forward and/or reverse updates are
    enabled.
 
-   Upon entry into the callout, the arguments <b>hostname</b>,<b>fwd_udpate</b>,
-   and <b>rev_udpate</b> have been set by the server based on the client packet,
-   and various configuration values (e.g host reservations, DDNS behaviorial
+   Upon entry into the callout, the arguments <b>hostname</b>,<b>fwd_update</b>,
+   and <b>rev_update</b> have been set by the server based on the client packet,
+   and various configuration values (e.g host reservations, DDNS behavioral
    parameters, etc).  Upon return from the callout, any changes to these
    values will be applied as follows:
    - If <b>hostname</b> has changed it will be used to update the outbound
    host name (option 12) if it exists, the output FQDN option (option 81)
    if it exists, and used as the FQDN sent in DNS updates
-   - Forward DNS update(s) will be done if <b>fwd_udpate</b> is true (and
+   - Forward DNS update(s) will be done if <b>fwd_update</b> is true (and
    <b>kea-dhcp-ddns</b> connectivity is enabled)
-   - Reverse DNS update(s) will be done if <b>rev_udpate</b> is true (and
+   - Reverse DNS update(s) will be done if <b>rev_update</b> is true (and
    <b>kea-dhcp-ddns</b> connectivity is enabled)
 
  - <b>Next step status</b>: Not applicable, its value will be ignored.
index 02ad8f0f712bcb7f3998183c2d30398f9631e7d2..ebfb2a6abfad5adc59d28c35a8f75f72c047345d 100644 (file)
@@ -320,17 +320,17 @@ called before "subnet6_select".
    host name as well as whether or not forward and/or reverse updates are
    enabled.
 
-   Upon entry into the callout, the arguments <b>hostname</b>,<b>fwd_udpate</b>,
-   and <b>rev_udpate</b> have been set by the server based on the client packet,
-   and various configuration values (e.g host reservations, DDNS behaviorial
+   Upon entry into the callout, the arguments <b>hostname</b>,<b>fwd_update</b>,
+   and <b>rev_update</b> have been set by the server based on the client packet,
+   and various configuration values (e.g host reservations, DDNS behavioral
    parameters, etc).  Upon return from the callout, any changes to these
    values will be applied as follows:
    - If <b>hostname</b> has changed it will be used to update the outbound
    FQDN option (option 39) if it exists, and used as the FQDN sent in DNS
    updates
-   - Forward DNS update(s) will be done if <b>fwd_udpate</b> is true (and
+   - Forward DNS update(s) will be done if <b>fwd_update</b> is true (and
    <b>kea-dhcp-ddns</b> connectivity is enabled)
-   - Reverse DNS update(s) will be done if <b>rev_udpate</b> is true (and
+   - Reverse DNS update(s) will be done if <b>rev_update</b> is true (and
    <b>kea-dhcp-ddns</b> connectivity is enabled)
 
  - <b>Next step status</b>: Not applicable, its value will be ignored.
index a9d59dc3e0d0c65920f836904ff740a04ac1ba86..2cd895a82b8f2b073b9c413df55067c7d312962d 100644 (file)
@@ -798,7 +798,7 @@ TEST_F(RebindTest, directClientPDChangingPrefix) {
     // but the prefix will not match. According to the RFC 8415, section 18.3.5
     // the server may return delegated prefix with lifetime of 0 when it
     // finds that the lease entry for the particular IAID but the prefix
-    // is not appropriate. This constitues explicit notification to the
+    // is not appropriate. This constitutes explicit notification to the
     // client to not use this prefix.
     ASSERT_NO_THROW(client.doRebind());
     // Make sure that the server has discarded client's message. In such case,
index bf71003379e53e53803f13c265bd1a6a0bbd586c..0af5860cc0a2f3e77dcf91e9f8be4536500dc96b 100644 (file)
@@ -70,7 +70,7 @@ namespace netconf {
 class CfgControlSocket : public isc::data::UserContext,
     public isc::data::CfgToElement {
 public:
-    /// @brief Defines the list of possible constrol socket types.
+    /// @brief Defines the list of possible control socket types.
     enum Type {
         UNIX,    //< Unix socket.
         HTTP,    //< HTTP socket.
index f4772b0a967b018ac3805342e3710a2f557ec186..e5932399a412b02ff5fe91cf2e700c09abfe8183 100644 (file)
@@ -154,7 +154,7 @@ TEST_F(FlexSubOptionTest, subOptionConfigNoCodeName) {
     EXPECT_EQ(errmsg.str(), impl_->getErrMsg());
 }
 
-// Verify that a sub-option configuration must retrive a space.
+// Verify that a sub-option configuration must retrieve a space.
 TEST_F(FlexSubOptionTest, subOptionConfigNoSpace) {
     ElementPtr options = Element::createList();
     ElementPtr option = Element::createMap();
index cad06dcf8fb624ccfc5f9b5a45abf9085ee2835c..af7093c06e98e9ff0acb84d4b85d6a87aa549609 100644 (file)
@@ -450,7 +450,7 @@ public:
     /// @brief  Attempts to add a backend instance to the CB manager.
     ///
     /// @param access Connection access string containing the database
-    /// connetion parameters.
+    /// connection parameters.
     virtual void addBackend(const std::string& access) {
         ConfigBackendDHCPv4Mgr::instance().addBackend(access);
     }
index e85bd35e10b68c894ec702065636378912ee6774..cc05ed25c0598edd68dc9cdf7176b6edd94e51e0 100644 (file)
@@ -454,7 +454,7 @@ public:
     /// @brief  Attempts to add a backend instance to the CB manager.
     ///
     /// @param access Connection access string containing the database
-    /// connetion parameters.
+    /// connection parameters.
     virtual void addBackend(const std::string& access) {
         ConfigBackendDHCPv6Mgr::instance().addBackend(access);
     }
index aec7a77d41d6b3ba84ce4a1b74c6d50f6c58035f..adc729260e7e37de4e0582a64c0c400516838e54 100644 (file)
@@ -971,7 +971,7 @@ public:
                           << subnet->getID() << ", prefix: " << subnet->toText());
             }
 
-            // Remove existing server assocation.
+            // Remove existing server association.
             PsqlBindArray server_bindings;
             server_bindings.add(subnet->getID());
             updateDeleteQuery(PgSqlConfigBackendDHCPv4Impl::DELETE_SUBNET4_SERVER,
@@ -1533,7 +1533,7 @@ public:
             updateDeleteQuery(PgSqlConfigBackendDHCPv4Impl::UPDATE_SHARED_NETWORK4,
                               in_bindings);
 
-            // Remove existing server assocation.
+            // Remove existing server association.
             PsqlBindArray server_bindings;
             server_bindings.addTempString(shared_network->getName());
             updateDeleteQuery(PgSqlConfigBackendDHCPv4Impl::DELETE_SHARED_NETWORK4_SERVER,
index 1365f53e3424c7c9da0e9c465635245d986d9b3c..54e959ae19d8ef851c68d2b582b9a056748fc993 100644 (file)
@@ -1140,7 +1140,7 @@ public:
                           << subnet->getID() << ", prefix: " << subnet->toText());
             }
 
-            // Remove existing server assocation.
+            // Remove existing server association.
             PsqlBindArray server_bindings;
             server_bindings.add(subnet->getID());
             updateDeleteQuery(PgSqlConfigBackendDHCPv6Impl::DELETE_SUBNET6_SERVER,
@@ -1770,7 +1770,7 @@ public:
             updateDeleteQuery(PgSqlConfigBackendDHCPv6Impl::UPDATE_SHARED_NETWORK6,
                               in_bindings);
 
-            // Remove existing server assocation.
+            // Remove existing server association.
             PsqlBindArray server_bindings;
             server_bindings.addTempString(shared_network->getName());
             updateDeleteQuery(PgSqlConfigBackendDHCPv6Impl::DELETE_SHARED_NETWORK6_SERVER,
@@ -4416,7 +4416,7 @@ TaggedStatementArray tagged_statements = { {
             OID_INT2,       // 15 code (of option to update)
             OID_VARCHAR     // 16 space (of option to update)
         },
-        "UPDATE_OPTION6_CIENT_CLASS",
+        "UPDATE_OPTION6_CLIENT_CLASS",
         PGSQL_UPDATE_OPTION6_NO_TAG(o.scope_id = 2 AND o.dhcp_client_class = $14 AND o.code = $15 AND o.space = $16)
     },
 
index 03cdd3876284a41ed2584bdc795a76e09db65cd9..9c5532eb88f77f2d6be8a944a86eebb2e2cc1916 100644 (file)
@@ -550,7 +550,7 @@ public:
 
     /// @brief Adds network ddns-replace-client-name mode to a bind array.
     ///
-    /// If network's value of ddsn-replace-client-name mode has been specified
+    /// If network's value of ddns-replace-client-name mode has been specified
     /// it is added to the binding, otherwise a null is added to the binding.
     ///
     /// @param bindings PsqlBindArray to which the mode should be added.
index 563bbb5d3cd757bc9892b260ecfc03735d21e78e..fdd11e853a6445e0653ddb4d12b570a0a55a0102 100644 (file)
@@ -447,7 +447,7 @@ public:
     /// @brief  Attempts to add a backend instance to the CB manager.
     ///
     /// @param access Connection access string containing the database
-    /// connetion parameters.
+    /// connection parameters.
     virtual void addBackend(const std::string& access) {
         ConfigBackendDHCPv4Mgr::instance().addBackend(access);
     }
index 2ed6858ca8f0a9f463afa3af3571a8cd4874eefe..b6bdaccd4b0faa6a65121c59a4aee97596357171 100644 (file)
@@ -451,7 +451,7 @@ public:
     /// @brief  Attempts to add a backend instance to the CB manager.
     ///
     /// @param access Connection access string containing the database
-    /// connetion parameters.
+    /// connection parameters.
     virtual void addBackend(const std::string& access) {
         ConfigBackendDHCPv6Mgr::instance().addBackend(access);
     }
index a7bea9ba5f9cee2b0375d4ad4134ea4d9b333304..db207df2631d0a8ac96620be8da73ccf9268a841 100644 (file)
@@ -82,7 +82,7 @@ public:
     ///
     /// @param host Hostname to be used for selecting a backend.
     /// @param port Port number to be used for selecting a backend. This value
-    /// is optional and is ignored when set to 0. It must be used on conjuction
+    /// is optional and is ignored when set to 0. It must be used in conjunction
     /// with hostname.
     explicit BackendSelector(const std::string& host, const uint16_t port = 0);
 
@@ -193,7 +193,7 @@ private:
 
     /// @brief Checks if the specified selector is valid.
     ///
-    /// It checks if the port number is specified in conjuction with
+    /// It checks if the port number is specified in conjunction with
     /// host.
     /// @throw BadValue if selector validation fails.
     void validate() const;
index 3cc2d4afb574606ff7764e96d6f1d8feaa98c01d..9a346fbf8f1bb620e8c751c456c21d95a7bde462 100644 (file)
@@ -683,7 +683,7 @@ IfaceMgr::openSockets6(const uint16_t port,
             // for preventing bind errors or re-opening sockets.
             // The @ref IfaceMgr::hasOpenSocket(addr) does match the "::"
             // address on BSD and Solaris on any interface, so we make sure that
-            // that interface actually has opened sockets by checking the numner
+            // that interface actually has opened sockets by checking the number
             // of sockets to be non zero.
             if (!skip_opened || !IfaceMgr::hasOpenSocket(addr) ||
                 !iface->getSockets().size()) {
@@ -725,7 +725,7 @@ IfaceMgr::openSockets6(const uint16_t port,
             // for preventing bind errors or re-opening sockets.
             // The @ref IfaceMgr::hasOpenSocket(addr) does match the "::"
             // address on BSD and Solaris on any interface, so we make sure that
-            // the interface actually has opened sockets by checking the numner
+            // the interface actually has opened sockets by checking the number
             // of sockets to be non zero.
             if (!skip_opened || !IfaceMgr::hasOpenSocket(addr) ||
                 !iface->getSockets().size()) {
index 182c1ff2ca04cd88a1a18f2772dba47751fc74b1..59d1bc1d32c4afeabb424072cdaf429c733365bf 100644 (file)
@@ -55,7 +55,7 @@ public:
 
     /// Constructor, used in replying to a message.
     ///
-    /// @param msg_type type of message (e.g. DHCPDISOVER=1)
+    /// @param msg_type type of message (e.g. DHCPDISCOVER=1)
     /// @param transid transaction-id
     Pkt4(uint8_t msg_type, uint32_t transid);
 
index cbfa2848b0ea5d5128558c436a7e813a4f5fd788..41611fa9b1e4272e3c00acba587ae42f64ed4f13 100644 (file)
@@ -1989,7 +1989,7 @@ TEST_F(IfaceMgrTest, openSocket4ErrorHandler) {
     EXPECT_EQ(2, errors_count_);
 }
 
-// Test that no exception is thown when a port is already bound but skip open
+// Test that no exception is thrown when a port is already bound but skip open
 // flag is provided.
 TEST_F(IfaceMgrTest, openSockets4SkipOpen) {
     NakedIfaceMgr ifacemgr;
@@ -2482,7 +2482,7 @@ TEST_F(IfaceMgrTest, openSockets6ErrorHandler) {
     EXPECT_EQ(2, errors_count_);
 }
 
-// Test that no exception is thown when a port is already bound but skip open
+// Test that no exception is thrown when a port is already bound but skip open
 // flag is provided.
 TEST_F(IfaceMgrTest, openSockets6SkipOpen) {
     NakedIfaceMgr ifacemgr;
index a0e0c507582a13811f5a9b1972877a80324bbf3b..2471f2b756e049d76d8559563913446b9afe5e92 100644 (file)
@@ -108,7 +108,7 @@ protected:
     /// -# ab:cd:ef   - colon delimited
     /// -# ab cd ef   - space delimited
     /// -# 0xabcdef   - 0x prefixed (no delimiters)
-    /// -# abcdef     - no prefix or delimeters
+    /// -# abcdef     - no prefix or delimiters
     ///
     /// A leading zero is assumed for odd number of digits
     /// in an octet or continuous string.
index 804b40841749c868eb639379a8a7bac30269d5df..c18665840a4bf525ce9ae828ca70bec8ac267568 100644 (file)
@@ -269,7 +269,7 @@ public:
     /// @param result_string The expected result of the eval
     /// @param should_throw The eval will throw
     void verifySplitEval(const std::string& test_string,
-                         const std::string& test_delimeters,
+                         const std::string& test_delimiters,
                          const std::string& test_field,
                          const std::string& result_string,
                          bool should_throw = false) {
@@ -278,7 +278,7 @@ public:
 
         // push values on stack
         values_.push(test_string);
-        values_.push(test_delimeters);
+        values_.push(test_delimiters);
         values_.push(test_field);
 
         // evaluate the token
@@ -3366,7 +3366,7 @@ TEST_F(TokenTest, integer) {
     testInteger(encode(4294967295), 4294967295);
 }
 
-// Verify TokenSplit::eval, single delimeter.
+// Verify TokenSplit::eval, single delimiter.
 TEST_F(TokenTest, split) {
     // Get the whole string
     std::string input(".two.three..five.");
@@ -3423,7 +3423,7 @@ TEST_F(TokenTest, split) {
     EXPECT_TRUE(checkFile());
 }
 
-// Verify TokenSplit::eval with more than one delimeter.
+// Verify TokenSplit::eval with more than one delimiter.
 TEST_F(TokenTest, splitMultipleDelims) {
     // Get the whole string
     std::string input(".two:three.:five.");
index e785658d964216320e7645749cd3e18038341471..6e63980d460853c8854987df617a51524e0cd77e 100644 (file)
@@ -1235,7 +1235,7 @@ protected:
 /// to operate on sub-options. It also adds additional capabilities.
 ///
 /// Note: @c TokenSubOption virtually derives @c TokenOption because both
-/// classes are inherided together in more complex classes in other parts of
+/// classes are inherited together in more complex classes in other parts of
 /// the code. This makes the base class @c TokenOption to exist only once in
 /// such complex classes.
 ///
index 048fde8db920ab794e105ede81050f5cfc2d8501..014e6e454f679228824f1b2671f68b56937d6fb9 100644 (file)
@@ -248,7 +248,7 @@ public:
     /// Access control parameters: Flags which indicate what information to record.
     /// Remote address and TLS usage are always recorded.
 
-    /// @brief Record subjet name.
+    /// @brief Record subject name.
     static bool recordSubject_;
 
     /// @brief Record issuer name.
index 199475fd1da4628953a63633bebce4c63fe80dfa..4ca280d350ccfffdcb6f5b4bf228eb0573bf4164 100644 (file)
@@ -1799,7 +1799,7 @@ public:
 
     /// @brief Simulates external registery of Connection TCP sockets
     ///
-    /// Provides methods compatible with Connection callbacks for connnect
+    /// Provides methods compatible with Connection callbacks for connect
     /// and close operations.
     class ExternalMonitor {
     public:
index afb7dc2da876f5cd9d27856b64684ef85e9a7ed2..4d82e956408e5967e99a4f537c7d7984aec8e606 100644 (file)
@@ -524,7 +524,7 @@ public:
             }
         }));
 
-        // Record subjet and issuer: they will be check during response creation.
+        // Record subject and issuer: they will be checked during response creation.
         HttpRequest::recordSubject_ = true;
         HttpRequest::recordIssuer_ = true;
 
@@ -1138,7 +1138,7 @@ public:
 
     /// @brief Simulates external registry of Connection TCP sockets
     ///
-    /// Provides methods compatible with Connection callbacks for connnect
+    /// Provides methods compatible with Connection callbacks for connect
     /// and close operations.
     class ExternalMonitor {
     public:
index 48dfaf937175350591519b3d6128f7ff94ca45c5..c6172c10a9e226e8814f24b30a57b436788409a6 100644 (file)
@@ -775,7 +775,7 @@ public:
 
     /// @brief Converts a column in a row in a result set to a binary bytes
     ///
-    /// Method is used to convert columns stored as BYTEA into a vectory of
+    /// Method is used to convert columns stored as BYTEA into a vector of
     /// binary bytes, (uint8_t).  It uses PQunescapeBytea to do the conversion.
     ///
     /// @param r the result set containing the query results
@@ -813,7 +813,7 @@ public:
     /// default value.  If this column is null, the Triplet is returned
     /// as unspecified.
     /// @param min_col the column number within the row that contains the
-    /// minium value.
+    /// minimum value.
     /// @param max_col the column number within the row that contains the
     /// maximum value.
     /// @return Triplet to receive the column value
@@ -975,7 +975,7 @@ public:
     /// default value.  If this column is null, the Triplet is returned
     /// as unspecified.
     /// @param min_col the column number within the row that contains the
-    /// minium value.
+    /// minimum value.
     /// @param max_col the column number within the row that contains the
     /// maximum value.
     /// @return Triplet to receive the column value
index 7f2a90b104724525350cc93ea10d25e473f2270b..5229acc1b10d90aef26ccb5f2e2cdeec5f12e9a2 100644 (file)
@@ -40,7 +40,7 @@ struct LibLoadTest : ::testing::Test {
 
     /// @brief Load all libraries.
     ///
-    /// @return true if all libraries loaded succesfully, false if one or more
+    /// @return true if all libraries loaded successfully, false if one or more
     ///     libraries failed to load.
     bool loadLibraries() {
         bool result(false);