From: Francis Dupont Date: Thu, 5 Jan 2017 23:53:46 +0000 (+0100) Subject: [5094] spelling X-Git-Tag: trac5090_base~1^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea2e2736a4ddfab4f4719c7f218e3a982910147d;p=thirdparty%2Fkea.git [5094] spelling --- diff --git a/src/lib/asiolink/tests/tcp_acceptor_unittest.cc b/src/lib/asiolink/tests/tcp_acceptor_unittest.cc index ac2c9c89c7..5962547565 100644 --- a/src/lib/asiolink/tests/tcp_acceptor_unittest.cc +++ b/src/lib/asiolink/tests/tcp_acceptor_unittest.cc @@ -37,7 +37,7 @@ const long TEST_TIMEOUT = 10000; class SocketCallback { public: - /// @brief Implements callback for the asynchornous operation on the socket. + /// @brief Implements callback for the asynchronous operation on the socket. /// /// This callback merely checks if error has occurred and reports this /// error. It does nothing in case of success. @@ -109,7 +109,7 @@ private: /// @brief Holds reference to the IO service. boost::asio::io_service& io_service_; - /// @brief A socket used for the connecion. + /// @brief A socket used for the connection. boost::asio::ip::tcp::socket socket_; }; @@ -296,7 +296,7 @@ public: /// @brief Server endpoint. boost::asio::ip::tcp::endpoint asio_endpoint_; - /// @brief asiolink server endpont (uses asio_endpoint_). + /// @brief asiolink server endpoint (uses asio_endpoint_). TCPEndpoint endpoint_; /// @brief Asynchronous timer service to detect timeouts.