diff options
Diffstat (limited to 'src/Idle.hxx')
-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, }; |