diff --git a/connect/src/spirc.rs b/connect/src/spirc.rs index cb199d1a..57c5eb19 100644 --- a/connect/src/spirc.rs +++ b/connect/src/spirc.rs @@ -614,7 +614,7 @@ impl SpircTask { PlayerEvent::Stopped { .. } => match self.play_status { SpircPlayStatus::Stopped => (), _ => { - warn!("The player has stopped unexpentedly."); + warn!("The player has stopped unexpectedly."); self.state.set_status(PlayStatus::kPlayStatusStop); self.ensure_mixer_stopped(); self.notify(None, true);