]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2085] Address minor typos per review comments
authorThomas Markwalder <tmark@isc.org>
Wed, 22 Sep 2021 13:43:57 +0000 (09:43 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 22 Sep 2021 17:17:25 +0000 (13:17 -0400)
src/lib/http/client.cc
src/lib/http/http_messages.mes

src/lib/http/client.cc
src/lib/http/http_messages.mes

index e844c58d211fdaca3c1b2cae4859fa8b9b610003..8eb3ed1eab9276af80df2431a42d61f823f0a245 100644 (file)
@@ -822,7 +822,7 @@ private:
         Destination(Url url, TlsContextPtr tls_context, size_t max_connections)
             : url_(url), tls_context_(tls_context),
               max_connections_(max_connections), connections_(), queue_(),
-             last_queue_warn_time_(min_date_time), last_queue_size_(0) {
+              last_queue_warn_time_(min_date_time), last_queue_size_(0) {
         }
 
         /// @brief Destructor
index 5d2b50771fc479f1827941d83749869952e9a09c..c781a2b6851be14076a9a48f9b9dded59e20c4c0 100644 (file)
@@ -42,7 +42,7 @@ truncated by the logger if it is too large to be printed.
 This warning message is issued when the queue of pending requests for the
 given URL appears to be growing more quickly than the requests can be handled.
 It will be emitted periodically as long as the queue size continues to grow.
-This may occur with a surge of client traffic creating a momemntary backlog
+This may occur with a surge of client traffic creating a momentary backlog
 which then subsides as the surge subsides.  If it happens continually then
 it most likely indicates a deployment configuration that cannot sustain the
 client load.