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