]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1818] fixed typo
authorRazvan Becheriu <razvan@isc.org>
Tue, 18 May 2021 21:10:39 +0000 (00:10 +0300)
committerThomas Markwalder <tmark@isc.org>
Wed, 19 May 2021 20:15:59 +0000 (16:15 -0400)
src/lib/http/tests/client_mt_unittests.cc

index 08850688ec799da038bf76a7dd7b75e4d1e83a2c..184684e7e1fcb00860708efa518175bb3e989b58 100644 (file)
@@ -634,7 +634,7 @@ public:
         ASSERT_NO_THROW_LOG(client_.reset(new HttpClient(io_service_, num_threads)));
         ASSERT_TRUE(client_);
 
-        // Client shoudl be running. Check convenience functions.
+        // Client should be running. Check convenience functions.
         ASSERT_TRUE(client_->isRunning());
         ASSERT_FALSE(client_->isPaused());
         ASSERT_FALSE(client_->isStopped());