diff options
author | Max Kellermann <max@duempel.org> | 2013-01-16 23:23:30 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-16 23:23:47 +0100 |
commit | d769b74d6191c90fce08c97b5115e06209376eff (patch) | |
tree | 9947f9e00c4b2237a6b94481bdf281a3bcf3c13b /src/Main.cxx | |
parent | 601495fa0f3d3793d4ee761d1b86f8435417266c (diff) | |
download | mpd-d769b74d6191c90fce08c97b5115e06209376eff.tar.gz mpd-d769b74d6191c90fce08c97b5115e06209376eff.tar.xz mpd-d769b74d6191c90fce08c97b5115e06209376eff.zip |
Main: fix comment typo
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index e70e5f908..a07e8fefa 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -328,7 +328,7 @@ initialize_decoder_and_player(void) static void idle_event_emitted(void) { - /* send "idle" notificaions to all subscribed + /* send "idle" notifications to all subscribed clients */ unsigned flags = idle_get(); if (flags != 0) |