From f3b13beb1731bc379327094e7dc6375ef213d7c2 Mon Sep 17 00:00:00 2001 From: Konstantin Seiler Date: Thu, 27 Feb 2020 12:25:25 +1100 Subject: [PATCH] Fix typo. --- connect/src/spirc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);