Fix typos

This commit is contained in:
Zhang Wanming 2010-12-20 17:20:57 +08:00 committed by Colin Guthrie
parent b75b8aaf42
commit 0c0c285e79
10 changed files with 16 additions and 16 deletions

View file

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