diff options
author | Max Kellermann <max@duempel.org> | 2013-04-08 23:11:31 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-08 23:11:35 +0200 |
commit | 8052c76489aa827bc1c82a72d7dd0c4da411e67c (patch) | |
tree | f900613c407828b227f3f79e09d015a35fdc722f /src | |
parent | 3477acee482804ffa9bdc8a74c72bb0facb668fa (diff) | |
download | mpd-8052c76489aa827bc1c82a72d7dd0c4da411e67c.tar.gz mpd-8052c76489aa827bc1c82a72d7dd0c4da411e67c.tar.xz mpd-8052c76489aa827bc1c82a72d7dd0c4da411e67c.zip |
Idle: fix typo in API documentation
Diffstat (limited to 'src')
-rw-r--r-- | src/Idle.hxx | 2 |
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, }; |