X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/3add7574dbba0f557769f6dbed81deda12d2b9f4..61f3d56eec2303911929cfca7d9f2a92a26e7973:/src/Ganeti/THH.hs 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. --