Fix typo in comment
authorMichele Tartara <mtartara@google.com>
Thu, 6 Dec 2012 16:45:40 +0000 (17:45 +0100)
committerMichele Tartara <mtartara@google.com>
Fri, 7 Dec 2012 10:40:20 +0000 (11:40 +0100)
There was a typo in the docstring of the parseMessage function of the
confd server.

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>

htools/Ganeti/Confd/Utils.hs

index dc8b8ab..667055f 100644 (file)
@@ -57,7 +57,7 @@ parseRequest key str = do
            else Bad "HMAC verification failed"
   return (salt, msg, req)
 
--- | Mesage parsing. This can either result in a good, valid message,
+-- | Message parsing. This can either result in a good, valid message,
 -- or fail in the Result monad.
 parseMessage :: HashKey -> String -> Integer
              -> Result (String, ConfdRequest)