From 170d74be3a5ad3cf5af03469b71ec7669a41afcf Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 18 Feb 2015 15:26:16 +0100 Subject: [PATCH] Update HTTPSClientSession.h Fix typo in the documentation. --- NetSSL_OpenSSL/include/Poco/Net/HTTPSClientSession.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetSSL_OpenSSL/include/Poco/Net/HTTPSClientSession.h b/NetSSL_OpenSSL/include/Poco/Net/HTTPSClientSession.h index 638403b9b..88ae814cf 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/HTTPSClientSession.h +++ b/NetSSL_OpenSSL/include/Poco/Net/HTTPSClientSession.h @@ -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.