소스 검색

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 {
                         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);