瀏覽代碼

Fix typo.

Konstantin Seiler 5 年之前
父節點
當前提交
f3b13beb17
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      connect/src/spirc.rs

+ 1 - 1
connect/src/spirc.rs

@@ -614,7 +614,7 @@ impl SpircTask {
                     PlayerEvent::Stopped { .. } => match self.play_status {
                     PlayerEvent::Stopped { .. } => match self.play_status {
                         SpircPlayStatus::Stopped => (),
                         SpircPlayStatus::Stopped => (),
                         _ => {
                         _ => {
-                            warn!("The player has stopped unexpentedly.");
+                            warn!("The player has stopped unexpectedly.");
                             self.state.set_status(PlayStatus::kPlayStatusStop);
                             self.state.set_status(PlayStatus::kPlayStatusStop);
                             self.ensure_mixer_stopped();
                             self.ensure_mixer_stopped();
                             self.notify(None, true);
                             self.notify(None, true);