Fix typo: comming -> coming

This commit is contained in:
Joseph Herlant 2018-09-17 10:00:14 -07:00
parent 7aa2d9e54b
commit 87a41d7bbb
No known key found for this signature in database
GPG key ID: 63F7800A23D7B252

View file

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