diff --git a/Net/include/Poco/Net/HTTPClientSession.h b/Net/include/Poco/Net/HTTPClientSession.h index 04e4e3ab4..e7514c0ea 100644 --- a/Net/include/Poco/Net/HTTPClientSession.h +++ b/Net/include/Poco/Net/HTTPClientSession.h @@ -45,7 +45,7 @@ class Net_API HTTPClientSession: public HTTPSession /// 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.