Update HTTPClientSession.h

Fix typo in the documentation.
This commit is contained in:
Matt 2015-02-18 15:24:14 +01:00
parent edafbf9c08
commit dbc70e43d4

View File

@ -45,7 +45,7 @@ class Net_API HTTPClientSession: public HTTPSession
/// specify the server's host name and port number.
///
/// Then create a HTTPRequest object, fill it accordingly,
/// and pass it as argument to the sendRequst() method.
/// and pass it as argument to the sendRequest() method.
///
/// sendRequest() will return an output stream that can
/// be used to send the request body, if there is any.