mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
Fix typo: comming -> coming
This commit is contained in:
parent
7aa2d9e54b
commit
87a41d7bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ static int sink_set_state_in_io_thread_cb(pa_sink *s, pa_sink_state_t new_state,
|
|||
case PA_SINK_IDLE:
|
||||
pa_log_debug("RAOP: IDLE");
|
||||
|
||||
/* Issue a FLUSH if we're comming from running state */
|
||||
/* Issue a FLUSH if we're coming from running state */
|
||||
if (s->thread_info.state == PA_SINK_RUNNING) {
|
||||
pa_rtpoll_set_timer_disabled(u->rtpoll);
|
||||
pa_raop_client_flush(u->raop);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue