diff options
author | Andrei Pavel <andrei@isc.org> | 2021-10-25 11:42:50 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-10-25 11:42:50 +0200 |
commit | ea1224f2e6d1e7df2a3dfa0f2ea9ffb59d968f38 (patch) | |
tree | fee51f613f1919401bf23077805616b369990299 /src/lib/http | |
parent | [#2141] bump lib versions for 2.1.0 (diff) | |
download | kea-ea1224f2e6d1e7df2a3dfa0f2ea9ffb59d968f38.tar.xz kea-ea1224f2e6d1e7df2a3dfa0f2ea9ffb59d968f38.zip |
[#2153] release changesKea-2.1.0
Diffstat (limited to 'src/lib/http')
-rw-r--r-- | src/lib/http/client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/http/client.cc b/src/lib/http/client.cc index 8eb3ed1eab..1d7074b618 100644 --- a/src/lib/http/client.cc +++ b/src/lib/http/client.cc @@ -985,7 +985,7 @@ private: /// @brief Adds a request to the end of the request queue. /// - /// If the size of the queue exceeds a threhsold and appears + /// If the size of the queue exceeds a threshold and appears /// to be growing it will emit a warning log. /// /// @param desc RequestDescriptor to queue. |