Fix typo and improve comment
authorMichele Tartara <mtartara@google.com>
Thu, 4 Apr 2013 09:13:21 +0000 (11:13 +0200)
committerMichele Tartara <mtartara@google.com>
Mon, 8 Apr 2013 07:49:48 +0000 (09:49 +0200)
Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

src/Ganeti/Query/Server.hs

index 9176a1a..f4a9e78 100644 (file)
@@ -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