fixed spell mistake

This commit is contained in:
aniketfuryrocks 2023-01-31 22:38:28 +05:30
parent e885751e27
commit 297091c042
No known key found for this signature in database
GPG Key ID: FA6BFCFAA7D4B764
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");