diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2017-06-06 20:32:41 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2017-06-06 20:32:41 +0200 |
commit | c448d80dfb5067678ed44bd67c0138afb55e9142 (patch) | |
tree | 6da4b4258374663f6eb12f08c87a19e78c088f5d /src/lib/config/client_connection.h | |
parent | [5189] Added a test for checking ClientConnection timeout in CA. (diff) | |
download | kea-c448d80dfb5067678ed44bd67c0138afb55e9142.tar.xz kea-c448d80dfb5067678ed44bd67c0138afb55e9142.zip |
[5189] Minor corrections after review.
Diffstat (limited to 'src/lib/config/client_connection.h')
-rw-r--r-- | src/lib/config/client_connection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/config/client_connection.h b/src/lib/config/client_connection.h index 0f179c8ea6..f1ac92bfbe 100644 --- a/src/lib/config/client_connection.h +++ b/src/lib/config/client_connection.h @@ -43,7 +43,7 @@ class ClientConnectionImpl; /// Even though the @ref ClientConnection is asynchronous in nature, it /// can also be used in cases requiring synchronous communication. As it /// has been already mentioned, the servers in Kea 1.2 do not support -/// multiple concurrent connections. The following pseudo code demonstrate +/// multiple concurrent connections. The following pseudo code demonstrates /// how to perform synchronous transaction using this class. /// /// @code @@ -134,7 +134,7 @@ public: /// @param socket_path Path to the socket description that the server /// is bound to. /// @param command Control command to be sent to the server. - /// @param handler Pointer to the user suppiled callback function which + /// @param handler Pointer to the user supplied callback function which /// should be invoked when transaction completes or when an error has /// occurred during the transaction. /// @param timeout Connection timeout in milliseconds. |