From: Tomek Mrugalski Date: Fri, 22 Apr 2022 11:24:51 +0000 (+0200) Subject: [#2352] Corrected minor comment mistake X-Git-Tag: Kea-2.1.5~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5384b15e83cdfdb9ab807a6ea4aa3fe25412d028;p=thirdparty%2Fkea.git [#2352] Corrected minor comment mistake --- diff --git a/src/lib/http/request.h b/src/lib/http/request.h index 2f3aa46d71..4dc2280fe2 100644 --- a/src/lib/http/request.h +++ b/src/lib/http/request.h @@ -102,7 +102,7 @@ public: /// @brief Returns remote address. /// /// @return remote address from HTTP connection - /// getRemoteEndpointAddressAsText method. + /// getRemote method. std::string getRemote() const { return (remote_); }