|
@@ -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.
|