Browse Source

[5094] spelling

Francis Dupont 8 years ago
parent
commit
ea2e2736a4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/lib/asiolink/tests/tcp_acceptor_unittest.cc

+ 3 - 3
src/lib/asiolink/tests/tcp_acceptor_unittest.cc

@@ -37,7 +37,7 @@ const long TEST_TIMEOUT = 10000;
 class SocketCallback {
 class SocketCallback {
 public:
 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
     /// This callback merely checks if error has occurred and reports this
     /// error. It does nothing in case of success.
     /// error. It does nothing in case of success.
@@ -109,7 +109,7 @@ private:
     /// @brief Holds reference to the IO service.
     /// @brief Holds reference to the IO service.
     boost::asio::io_service& 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_;
     boost::asio::ip::tcp::socket socket_;
 
 
 };
 };
@@ -296,7 +296,7 @@ public:
     /// @brief Server endpoint.
     /// @brief Server endpoint.
     boost::asio::ip::tcp::endpoint asio_endpoint_;
     boost::asio::ip::tcp::endpoint asio_endpoint_;
 
 
-    /// @brief asiolink server endpont (uses asio_endpoint_).
+    /// @brief asiolink server endpoint (uses asio_endpoint_).
     TCPEndpoint endpoint_;
     TCPEndpoint endpoint_;
 
 
     /// @brief Asynchronous timer service to detect timeouts.
     /// @brief Asynchronous timer service to detect timeouts.