diff options
author | chocolateboy <chocolate.boy@email.com> | 2008-11-27 22:48:23 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-01-07 03:08:40 +0100 |
commit | 78e636e629518f67b667222bd92197f52c151b38 (patch) | |
tree | b4ef554f99a1d4430958ceb2176b2888962f3b15 /src/daemon | |
parent | fe2b8c359b505dfa4c5fb75f223fc35c7ecdfd4b (diff) |
Fix typo in log message: s/Recevied/Received/
Signed-off-by: Lennart Poettering <lennart@poettering.net>
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/cpulimit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/cpulimit.c b/src/daemon/cpulimit.c index a909600e9..5f24474db 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 */ |