From: chocolateboy Date: Thu, 27 Nov 2008 22:48:23 +0000 (+0000) Subject: Fix typo in log message: s/Recevied/Received/ X-Git-Tag: submit/2.0-panda/20130828.192557~2507^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78e636e629518f67b667222bd92197f52c151b38;p=profile%2Fivi%2Fpulseaudio-panda.git Fix typo in log message: s/Recevied/Received/ Signed-off-by: Lennart Poettering --- 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 */