From: Francis Dupont Date: Tue, 31 Jan 2017 18:25:38 +0000 (+0100) Subject: [5099] spelling X-Git-Tag: trac1205_base~3^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cbc308635dda65f562f64b2cccf9f53d7d4f63a4;p=thirdparty%2Fkea.git [5099] spelling --- diff --git a/src/lib/http/connection_pool.h b/src/lib/http/connection_pool.h index 8705651a4a..10f3f7990b 100644 --- a/src/lib/http/connection_pool.h +++ b/src/lib/http/connection_pool.h @@ -15,7 +15,7 @@ namespace http { /// @brief Pool of active HTTP connections. /// -/// The HTTP server is designed to handle many connections simultanously. +/// The HTTP server is designed to handle many connections simultaneously. /// The communication between the client and the server may take long time /// and the server must be able to react on other events while the communication /// with the clients is in progress. Thus, the server must track active diff --git a/src/lib/http/response_creator_factory.h b/src/lib/http/response_creator_factory.h index 4a36afeb8b..3827ebda65 100644 --- a/src/lib/http/response_creator_factory.h +++ b/src/lib/http/response_creator_factory.h @@ -37,7 +37,7 @@ public: /// @brief Virtual destructor. /// - /// The implementation doesn't need to declare virtual destrtuctor because + /// The implementation doesn't need to declare virtual destructor because /// it is already implemented here. virtual ~HttpResponseCreatorFactory() { } diff --git a/src/lib/http/tests/connection_pool_unittests.cc b/src/lib/http/tests/connection_pool_unittests.cc index 1901237117..f68a64cb62 100644 --- a/src/lib/http/tests/connection_pool_unittests.cc +++ b/src/lib/http/tests/connection_pool_unittests.cc @@ -113,7 +113,7 @@ TEST_F(HttpConnectionPoolTest, startStop) { response_creator_, HttpAcceptorCallback(), 1000)); - // The pool should be initally empty. + // The pool should be initially empty. TestHttpConnectionPool pool; ASSERT_TRUE(pool.connections_.empty());