diff options
author | Tomek Mrugalski <tomek@isc.org> | 2022-04-22 13:24:51 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2022-04-22 13:37:32 +0200 |
commit | 5384b15e83cdfdb9ab807a6ea4aa3fe25412d028 (patch) | |
tree | 3023282f59c4293d71821068aa42906157588638 /src/lib/http | |
parent | [#687] Add ChangeLog entry for CTRL_AGENT_COMMAND_RECEIVED log line (diff) | |
download | kea-5384b15e83cdfdb9ab807a6ea4aa3fe25412d028.tar.xz kea-5384b15e83cdfdb9ab807a6ea4aa3fe25412d028.zip |
[#2352] Corrected minor comment mistake
Diffstat (limited to 'src/lib/http')
-rw-r--r-- | src/lib/http/request.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_); } |