From 2412bdea8e3ff2e29d93cfe42e6f1d853699fbed Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 21 Feb 2013 15:10:56 +0100 Subject: [PATCH] Fix another docstring typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … no comment :) Signed-off-by: Iustin Pop Reviewed-by: Helga Velroyen Reviewed-by: Michael Hanselmann --- src/Ganeti/Query/Node.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ganeti/Query/Node.hs b/src/Ganeti/Query/Node.hs index de6ea1a..aa4f0ed 100644 --- a/src/Ganeti/Query/Node.hs +++ b/src/Ganeti/Query/Node.hs @@ -4,7 +4,7 @@ {- -Copyright (C) 2012 Google Inc. +Copyright (C) 2012, 2013 Google Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -109,7 +109,7 @@ nodeLiveFieldBuilder (fname, ftitle, ftype, _, fdoc) = , FieldRuntime $ nodeLiveRpcCall fname , QffNormal) --- | The docstring for the node role. Note that we use 'reverse in +-- | The docstring for the node role. Note that we use 'reverse' in -- order to keep the same order as Python. nodeRoleDoc :: String nodeRoleDoc = -- 1.7.10.4