fixed spell mistake
This commit is contained in:
parent
e885751e27
commit
297091c042
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue