From 7209d304d3a59136d4b78c2c115abcdd2b262b0e Mon Sep 17 00:00:00 2001
From: Klaus Aehlig <aehlig@google.com>
Date: Tue, 9 Apr 2013 16:58:31 +0200
Subject: [PATCH] Fix typo in documentation string

Signed-off-by: Klaus Aehlig <aehlig@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>
---
 src/Ganeti/JSON.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Ganeti/JSON.hs b/src/Ganeti/JSON.hs
index dc8dc0fe8..16c4b0ad4 100644
--- a/src/Ganeti/JSON.hs
+++ b/src/Ganeti/JSON.hs
@@ -171,7 +171,7 @@ asJSObject _ = fail "not an object"
 asObjectList :: (Monad m) => [J.JSValue] -> m [J.JSObject J.JSValue]
 asObjectList = mapM asJSObject
 
--- | Try to extract a key from a object with better error reporting
+-- | Try to extract a key from an object with better error reporting
 -- than fromObj.
 tryFromObj :: (J.JSON a) =>
               String     -- ^ Textual "owner" in error messages
-- 
GitLab