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

View File

@@ -57,7 +57,7 @@ enum {
/** a client has subscribed or unsubscribed to/from a channel */ /** a client has subscribed or unsubscribed to/from a channel */
IDLE_SUBSCRIPTION = 0x200, IDLE_SUBSCRIPTION = 0x200,
/** a message on the subscribed channel was receivedd */ /** a message on the subscribed channel was received */
IDLE_MESSAGE = 0x400, IDLE_MESSAGE = 0x400,
}; };