mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
Fix typo in log message: s/Recevied/Received/
Signed-off-by: Lennart Poettering <lennart@poettering.net>
This commit is contained in:
parent
fe2b8c359b
commit
78e636e629
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ static void callback(pa_mainloop_api*m, pa_io_event*e, int fd, pa_io_event_flags
|
|||
pa_assert(e == io_event);
|
||||
pa_assert(fd == the_pipe[0]);
|
||||
|
||||
pa_log("Recevied request to terminate due to CPU overload.");
|
||||
pa_log("Received request to terminate due to CPU overload.");
|
||||
|
||||
pa_read(the_pipe[0], &c, sizeof(c), NULL);
|
||||
m->quit(m, 1); /* Quit the main loop */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue