Skip to content

Commit

Permalink
s/Requestiong/Requesting/
Browse files Browse the repository at this point in the history
  • Loading branch information
nmschulte committed Jul 7, 2023
1 parent 989c350 commit 48b7b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ async fn player_setup_delegate(
delegate.notify_playback_state(position_ms);
}
PlayerEvent::TimeToPreloadNextTrack { .. } => {
debug!("Requestiong next track to be preloaded...");
debug!("Requesting next track to be preloaded...");
delegate.preload_next_track();
}
_ => {}
Expand Down

0 comments on commit 48b7b59

Please sign in to comment.