mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
Fix typo: recieved -> received
This commit is contained in:
parent
502293ffa5
commit
7aa2d9e54b
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ static void raop_state_cb(pa_raop_state_t state, void *userdata) {
|
|||
|
||||
pa_assert(u);
|
||||
|
||||
pa_log_debug("State change recieved, informing IO thread...");
|
||||
pa_log_debug("State change received, informing IO thread...");
|
||||
|
||||
pa_asyncmsgq_post(u->thread_mq.inq, PA_MSGOBJECT(u->sink), PA_SINK_MESSAGE_SET_RAOP_STATE, PA_INT_TO_PTR(state), 0, NULL, NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue