Skip to content

Commit b10f1d4

Browse files
committed
Update HTTPSClientSession.h
Fix typo in the documentation.
1 parent edafbf9 commit b10f1d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NetSSL_Win/include/Poco/Net/HTTPSClientSession.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class NetSSL_Win_API HTTPSClientSession: public HTTPClientSession
4646
/// specify the server's host name and port number.
4747
///
4848
/// Then create a HTTPRequest object, fill it accordingly,
49-
/// and pass it as argument to the sendRequst() method.
49+
/// and pass it as argument to the sendRequest() method.
5050
///
5151
/// sendRequest() will return an output stream that can
5252
/// be used to send the request body, if there is any.

0 commit comments

Comments
 (0)