Merge pull request #714 from MattPD/patch-2

Update HTTPClientSession.h
This commit is contained in:
Aleksandar Fabijanic 2015-02-19 06:23:35 -06:00
commit d550ff7af9

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.