merged doc fixes from develop branch

This commit is contained in:
Guenter Obiltschnig
2015-10-10 17:32:31 +02:00
parent 40c2df1c52
commit b124d5b392
5 changed files with 32 additions and 26 deletions

View File

@@ -46,7 +46,7 @@ class NetSSL_API HTTPSClientSession: public HTTPClientSession
/// 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.