tasks: s/stoppping/stopping/

fix a typo

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>

Closes #15103
This commit is contained in:
Kefu Chai
2023-08-21 16:45:21 +08:00
committed by Avi Kivity
parent eb368f9f6e
commit 63b32cbdb4

View File

@@ -293,7 +293,7 @@ void task_manager::module::unregister_task(task_id id) noexcept {
}
future<> task_manager::module::stop() noexcept {
tmlogger.info("Stoppping module {}", _name);
tmlogger.info("Stopping module {}", _name);
co_await _gate.close();
_tm.unregister_module(_name);
}