From: Andrei Pavel Date: Mon, 23 May 2022 14:16:29 +0000 (+0300) Subject: [#2423] release changes: spelling corrections X-Git-Tag: Kea-2.1.6~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49bdfd921669a4c6ec09eaf0439feeff3f851369;p=thirdparty%2Fkea.git [#2423] release changes: spelling corrections --- diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index 66daf02f14..2c363aab59 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -429,14 +429,14 @@ // 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. diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index 322fe4f2c6..7ddc196ef6 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -372,14 +372,14 @@ // 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. diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 1dd7c60e93..4bc3b0f514 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -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 | diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index da8ef65df1..9cee75aa0d 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -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 | diff --git a/doc/sphinx/arm/hooks-ddns-tuning.rst b/doc/sphinx/arm/hooks-ddns-tuning.rst index 339c8207f2..5ed4ad3ef1 100644 --- a/doc/sphinx/arm/hooks-ddns-tuning.rst +++ b/doc/sphinx/arm/hooks-ddns-tuning.rst @@ -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 diff --git a/doc/sphinx/arm/hooks.rst b/doc/sphinx/arm/hooks.rst index ab2a7f69d8..8062257e2c 100644 --- a/doc/sphinx/arm/hooks.rst +++ b/doc/sphinx/arm/hooks.rst @@ -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). diff --git a/src/bin/dhcp4/dhcp4_hooks.dox b/src/bin/dhcp4/dhcp4_hooks.dox index 81ce5b185c..02b531efdd 100644 --- a/src/bin/dhcp4/dhcp4_hooks.dox +++ b/src/bin/dhcp4/dhcp4_hooks.dox @@ -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 hostname,fwd_udpate, - and rev_udpate 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 hostname,fwd_update, + and rev_update 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 hostname 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 fwd_udpate is true (and + - Forward DNS update(s) will be done if fwd_update is true (and kea-dhcp-ddns connectivity is enabled) - - Reverse DNS update(s) will be done if rev_udpate is true (and + - Reverse DNS update(s) will be done if rev_update is true (and kea-dhcp-ddns connectivity is enabled) - Next step status: Not applicable, its value will be ignored. diff --git a/src/bin/dhcp6/dhcp6_hooks.dox b/src/bin/dhcp6/dhcp6_hooks.dox index 02ad8f0f71..ebfb2a6abf 100644 --- a/src/bin/dhcp6/dhcp6_hooks.dox +++ b/src/bin/dhcp6/dhcp6_hooks.dox @@ -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 hostname,fwd_udpate, - and rev_udpate 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 hostname,fwd_update, + and rev_update 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 hostname 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 fwd_udpate is true (and + - Forward DNS update(s) will be done if fwd_update is true (and kea-dhcp-ddns connectivity is enabled) - - Reverse DNS update(s) will be done if rev_udpate is true (and + - Reverse DNS update(s) will be done if rev_update is true (and kea-dhcp-ddns connectivity is enabled) - Next step status: Not applicable, its value will be ignored. diff --git a/src/bin/dhcp6/tests/rebind_unittest.cc b/src/bin/dhcp6/tests/rebind_unittest.cc index a9d59dc3e0..2cd895a82b 100644 --- a/src/bin/dhcp6/tests/rebind_unittest.cc +++ b/src/bin/dhcp6/tests/rebind_unittest.cc @@ -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, diff --git a/src/bin/netconf/netconf_config.h b/src/bin/netconf/netconf_config.h index bf71003379..0af5860cc0 100644 --- a/src/bin/netconf/netconf_config.h +++ b/src/bin/netconf/netconf_config.h @@ -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. diff --git a/src/hooks/dhcp/flex_option/tests/sub_option_unittests.cc b/src/hooks/dhcp/flex_option/tests/sub_option_unittests.cc index f4772b0a96..e5932399a4 100644 --- a/src/hooks/dhcp/flex_option/tests/sub_option_unittests.cc +++ b/src/hooks/dhcp/flex_option/tests/sub_option_unittests.cc @@ -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(); diff --git a/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc b/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc index cad06dcf8f..af7093c06e 100644 --- a/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc +++ b/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc @@ -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); } diff --git a/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp6_unittest.cc b/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp6_unittest.cc index e85bd35e10..cc05ed25c0 100644 --- a/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp6_unittest.cc +++ b/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp6_unittest.cc @@ -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); } diff --git a/src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp4.cc b/src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp4.cc index aec7a77d41..adc729260e 100644 --- a/src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp4.cc +++ b/src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp4.cc @@ -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, diff --git a/src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp6.cc b/src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp6.cc index 1365f53e34..54e959ae19 100644 --- a/src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp6.cc +++ b/src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp6.cc @@ -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) }, diff --git a/src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.h b/src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.h index 03cdd38762..9c5532eb88 100644 --- a/src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.h +++ b/src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.h @@ -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. diff --git a/src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp4_unittest.cc b/src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp4_unittest.cc index 563bbb5d3c..fdd11e853a 100644 --- a/src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp4_unittest.cc +++ b/src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp4_unittest.cc @@ -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); } diff --git a/src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp6_unittest.cc b/src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp6_unittest.cc index 2ed6858ca8..b6bdaccd4b 100644 --- a/src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp6_unittest.cc +++ b/src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp6_unittest.cc @@ -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); } diff --git a/src/lib/database/backend_selector.h b/src/lib/database/backend_selector.h index a7bea9ba5f..db207df263 100644 --- a/src/lib/database/backend_selector.h +++ b/src/lib/database/backend_selector.h @@ -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; diff --git a/src/lib/dhcp/iface_mgr.cc b/src/lib/dhcp/iface_mgr.cc index 3cc2d4afb5..9a346fbf8f 100644 --- a/src/lib/dhcp/iface_mgr.cc +++ b/src/lib/dhcp/iface_mgr.cc @@ -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()) { diff --git a/src/lib/dhcp/pkt4.h b/src/lib/dhcp/pkt4.h index 182c1ff2ca..59d1bc1d32 100644 --- a/src/lib/dhcp/pkt4.h +++ b/src/lib/dhcp/pkt4.h @@ -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); diff --git a/src/lib/dhcp/tests/iface_mgr_unittest.cc b/src/lib/dhcp/tests/iface_mgr_unittest.cc index cbfa2848b0..41611fa9b1 100644 --- a/src/lib/dhcp/tests/iface_mgr_unittest.cc +++ b/src/lib/dhcp/tests/iface_mgr_unittest.cc @@ -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; diff --git a/src/lib/dhcpsrv/parsers/option_data_parser.h b/src/lib/dhcpsrv/parsers/option_data_parser.h index a0e0c50758..2471f2b756 100644 --- a/src/lib/dhcpsrv/parsers/option_data_parser.h +++ b/src/lib/dhcpsrv/parsers/option_data_parser.h @@ -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. diff --git a/src/lib/eval/tests/token_unittest.cc b/src/lib/eval/tests/token_unittest.cc index 804b408417..c18665840a 100644 --- a/src/lib/eval/tests/token_unittest.cc +++ b/src/lib/eval/tests/token_unittest.cc @@ -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."); diff --git a/src/lib/eval/token.h b/src/lib/eval/token.h index e785658d96..6e63980d46 100644 --- a/src/lib/eval/token.h +++ b/src/lib/eval/token.h @@ -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. /// diff --git a/src/lib/http/request.h b/src/lib/http/request.h index 048fde8db9..014e6e454f 100644 --- a/src/lib/http/request.h +++ b/src/lib/http/request.h @@ -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. diff --git a/src/lib/http/tests/server_client_unittests.cc b/src/lib/http/tests/server_client_unittests.cc index 199475fd1d..4ca280d350 100644 --- a/src/lib/http/tests/server_client_unittests.cc +++ b/src/lib/http/tests/server_client_unittests.cc @@ -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: diff --git a/src/lib/http/tests/tls_client_unittests.cc b/src/lib/http/tests/tls_client_unittests.cc index afb7dc2da8..4d82e95640 100644 --- a/src/lib/http/tests/tls_client_unittests.cc +++ b/src/lib/http/tests/tls_client_unittests.cc @@ -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: diff --git a/src/lib/pgsql/pgsql_exchange.h b/src/lib/pgsql/pgsql_exchange.h index 48dfaf9371..c6172c10a9 100644 --- a/src/lib/pgsql/pgsql_exchange.h +++ b/src/lib/pgsql/pgsql_exchange.h @@ -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 diff --git a/src/lib/testutils/lib_load_test_fixture.h b/src/lib/testutils/lib_load_test_fixture.h index 7f2a90b104..5229acc1b1 100644 --- a/src/lib/testutils/lib_load_test_fixture.h +++ b/src/lib/testutils/lib_load_test_fixture.h @@ -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);