[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.13-160-g78e636e
Lennart Poettering
gitmailer-noreply at 0pointer.de
Tue Jan 6 18:09:18 PST 2009
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from fe2b8c359b505dfa4c5fb75f223fc35c7ecdfd4b (commit)
- Log -----------------------------------------------------------------
78e636e... Fix typo in log message: s/Recevied/Received/
-----------------------------------------------------------------------
Summary of changes:
src/daemon/cpulimit.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 78e636e629518f67b667222bd92197f52c151b38
Author: chocolateboy <chocolate.boy at email.com>
Date: Thu Nov 27 22:48:23 2008 +0000
Fix typo in log message: s/Recevied/Received/
Signed-off-by: Lennart Poettering <lennart at poettering.net>
diff --git a/src/daemon/cpulimit.c b/src/daemon/cpulimit.c
index a909600..5f24474 100644
--- a/src/daemon/cpulimit.c
+++ b/src/daemon/cpulimit.c
@@ -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 */
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list