From 87a41d7bbbd6fd1de4f75d56b779c2e670d5e0cc Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Mon, 17 Sep 2018 10:00:14 -0700 Subject: [PATCH] Fix typo: comming -> coming --- src/modules/raop/raop-sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/raop/raop-sink.c b/src/modules/raop/raop-sink.c index f105e04..02cf56a 100644 --- a/src/modules/raop/raop-sink.c +++ b/src/modules/raop/raop-sink.c @@ -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); -- 2.7.4