From 12ce965fb8807d08fa99dd2171c884b680ee7325 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Mon, 10 Aug 2009 16:41:42 +0100
Subject: [PATCH] ConfdProcessor fix __init__ docstring

The message is an error deriving from some code moving/refactoring
happening before the initial submission

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 lib/confd/server.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/confd/server.py b/lib/confd/server.py
index 4ba986fe4..94ebd82a0 100644
--- a/lib/confd/server.py
+++ b/lib/confd/server.py
@@ -44,7 +44,7 @@ class ConfdProcessor(object):
   }
 
   def __init__(self, reader):
-    """Constructor for ConfdAsyncUDPServer
+    """Constructor for ConfdProcessor
 
     @type reader: L{ssconf.SimpleConfigReader}
     @param reader: ConfigReader to use to access the config
-- 
GitLab