mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[#1818] fixed typo
This commit is contained in:
parent
9a0d9a4e18
commit
35d58fbfaf
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user