fixed spell mistake

This commit is contained in:
aniketfuryrocks 2023-01-31 22:38:28 +05:30
parent ecdba2cedc
commit 64d8429c45
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ pub async fn main() -> anyhow::Result<()> {
tokio::select! {
_ = services => {
bail!("Serives quit unexpectedly");
bail!("Services quit unexpectedly");
}
_ = ctrl_c_signal => {
info!("Received ctrl+c signal");