2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#1818] fixed typo

This commit is contained in:
Razvan Becheriu
2021-05-19 00:10:39 +03:00
committed by Thomas Markwalder
parent 9a0d9a4e18
commit 35d58fbfaf

View 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());