Skip to content

Commit

Permalink
Merge pull request #715 from MattPD/patch-4
Browse files Browse the repository at this point in the history
Update HTTPSClientSession.h
  • Loading branch information
aleks-f committed Feb 19, 2015
2 parents 48e3345 + 170d74b commit 05b409a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetSSL_OpenSSL/include/Poco/Net/HTTPSClientSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 05b409a

Please sign in to comment.