Signed-off-by: Dato Simó <[email protected]> --- src/Ganeti/Common.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Ganeti/Common.hs b/src/Ganeti/Common.hs index 17750b4..80f9ad9 100644 --- a/src/Ganeti/Common.hs +++ b/src/Ganeti/Common.hs @@ -123,7 +123,7 @@ argComplToText :: ArgCompletion -> String argComplToText (ArgCompletion optc min_cnt max_cnt) = complToText optc ++ " " ++ show min_cnt ++ " " ++ maybe "none" show max_cnt --- | Abrreviation for the option type. +-- | Abbreviation for the option type. type GenericOptType a = (OptDescr (a -> Result a), OptCompletion) -- | Type class for options which support help and version. -- 1.8.0.2-x20-1 -- You received this message because you are subscribed to the Google Groups "ganeti-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
