aboutsummaryrefslogtreecommitdiffstats
path: root/src/Idle.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-08 23:11:31 +0200
committerMax Kellermann <max@duempel.org>2013-04-08 23:11:35 +0200
commit8052c76489aa827bc1c82a72d7dd0c4da411e67c (patch)
treef900613c407828b227f3f79e09d015a35fdc722f /src/Idle.hxx
parent3477acee482804ffa9bdc8a74c72bb0facb668fa (diff)
downloadmpd-8052c76489aa827bc1c82a72d7dd0c4da411e67c.tar.gz
mpd-8052c76489aa827bc1c82a72d7dd0c4da411e67c.tar.xz
mpd-8052c76489aa827bc1c82a72d7dd0c4da411e67c.zip
Idle: fix typo in API documentation
Diffstat (limited to 'src/Idle.hxx')
-rw-r--r--src/Idle.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Idle.hxx b/src/Idle.hxx
index 6e4fbf787..e78d5a12a 100644
--- a/src/Idle.hxx
+++ b/src/Idle.hxx
@@ -57,7 +57,7 @@ enum {
/** a client has subscribed or unsubscribed to/from a channel */
IDLE_SUBSCRIPTION = 0x200,
- /** a message on the subscribed channel was receivedd */
+ /** a message on the subscribed channel was received */
IDLE_MESSAGE = 0x400,
};