]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1239] typo
authorFrancis Dupont <fdupont@isc.org>
Mon, 18 May 2020 18:58:46 +0000 (20:58 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 18 May 2020 18:58:46 +0000 (20:58 +0200)
src/lib/http/tests/server_client_unittests.cc

index 3f1378875677e3e5fa988b07d4093cc03d47ce7e..5ab1d5e9ec082c47af7567bee92698f4390b3313 100644 (file)
@@ -1511,7 +1511,7 @@ public:
         ASSERT_NO_THROW(runIOService());
     }
 
-    /// @brief est that client times out when connection takes too long.
+    /// @brief Test that client times out when connection takes too long.
     void testClientConnectTimeout() {
         // Start the server.
         ASSERT_NO_THROW(listener_.start());