From e436d51bcda1a5050adaa1cee97030ba670d1779 Mon Sep 17 00:00:00 2001
From: marc <marc@marc-schmitzer.de>
Date: Fri, 4 Jan 2013 16:58:27 +0100
Subject: [PATCH] Fixed typo in debug message.

---
 fanout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fanout.c b/fanout.c
index 9ae5289..9af474f 100644
--- a/fanout.c
+++ b/fanout.c
@@ -1150,7 +1150,7 @@ resetting counter\n");
         }
         subscription_i = subscription_i->next;
     }
-    fanout_debug (2, "announced messge to %d client(s) %s",
+    fanout_debug (2, "announced message to %d client(s) %s",
                    get_channel (channel)->subscription_count, s);
     if (announcements_count == ULLONG_MAX) {
         fanout_debug (1, "wow, you've announced alot..resetting counter\n");
-- 
GitLab