From 8052c76489aa827bc1c82a72d7dd0c4da411e67c Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Mon, 8 Apr 2013 23:11:31 +0200
Subject: [PATCH] Idle: fix typo in API documentation

---
 src/Idle.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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