Idle: fix typo in API documentation

This commit is contained in:
Max Kellermann 2013-04-08 23:11:31 +02:00
parent 3477acee48
commit 8052c76489
1 changed files with 1 additions and 1 deletions

View File

@ -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,
};