mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Fix typos
This commit is contained in:
parent
b75b8aaf42
commit
0c0c285e79
10 changed files with 16 additions and 16 deletions
|
|
@ -164,7 +164,7 @@ static void thread_func(void *userdata) {
|
|||
if (errno == EINTR)
|
||||
continue;
|
||||
else if (errno != EAGAIN) {
|
||||
pa_log("Faile to read data from FIFO: %s", pa_cstrerror(errno));
|
||||
pa_log("Failed to read data from FIFO: %s", pa_cstrerror(errno));
|
||||
goto fail;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue