Signed-off-by: Klaus Aehlig <[email protected]> --- src/Ganeti/THH.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Ganeti/THH.hs b/src/Ganeti/THH.hs index 2fb5084..58a4c00 100644 --- a/src/Ganeti/THH.hs +++ b/src/Ganeti/THH.hs @@ -660,7 +660,7 @@ genStrOfKey = genConstrToStr ensureLower -- | Generates the LuxiOp data type. -- -- This takes a Luxi operation definition and builds both the --- datatype and the function trnasforming the arguments to JSON. +-- datatype and the function transforming the arguments to JSON. -- We can't use anything less generic, because the way different -- operations are serialized differs on both parameter- and top-level. -- -- 1.8.2.1
