Commit 8052c764 authored by Max Kellermann's avatar Max Kellermann

Idle: fix typo in API documentation

parent 3477acee
...@@ -57,7 +57,7 @@ enum { ...@@ -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,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment