fix: typo

This commit is contained in:
veetaha 2020-03-21 23:36:01 +02:00
parent ce73c43848
commit 8414342640

View file

@ -362,7 +362,7 @@ impl WatchThread {
_ => {}
}
// if the send channel was closed, so we want to shutdown
// if the send channel was closed, we want to shutdown
message_send.send(CheckEvent::Msg(message)).is_ok()
});