diff --git a/NetSSL_Win/include/Poco/Net/HTTPSClientSession.h b/NetSSL_Win/include/Poco/Net/HTTPSClientSession.h index 99e956e69..56bc96fd8 100644 --- a/NetSSL_Win/include/Poco/Net/HTTPSClientSession.h +++ b/NetSSL_Win/include/Poco/Net/HTTPSClientSession.h @@ -46,7 +46,7 @@ class NetSSL_Win_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.