From 3e02cd3c8536eea8b83e422d713015af140a5ec5 Mon Sep 17 00:00:00 2001 From: Michele Tartara Date: Thu, 4 Apr 2013 11:13:21 +0200 Subject: [PATCH] Fix typo and improve comment Signed-off-by: Michele Tartara Reviewed-by: Guido Trotter --- src/Ganeti/Query/Server.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ganeti/Query/Server.hs b/src/Ganeti/Query/Server.hs index 9176a1a..f4a9e78 100644 --- a/src/Ganeti/Query/Server.hs +++ b/src/Ganeti/Query/Server.hs @@ -196,7 +196,7 @@ handleClientMsg client creader args = do return True -- | Handles one iteration of the client protocol: receives message, --- checks for validity and decods, returns response. +-- checks it for validity and decodes it, returns response. handleClient :: Client -> ConfigReader -> IO Bool handleClient client creader = do !msg <- recvMsgExt client -- 1.7.10.4