From: Michele Tartara Date: Thu, 4 Apr 2013 09:13:21 +0000 (+0200) Subject: Fix typo and improve comment X-Git-Tag: v2.7.0beta3~27 X-Git-Url: https://code.grnet.gr/git/ganeti-local/commitdiff_plain/3e02cd3c8536eea8b83e422d713015af140a5ec5 Fix typo and improve comment Signed-off-by: Michele Tartara Reviewed-by: Guido Trotter --- 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