From 61ec75cf5f0fb66f99c3f5ece1f32236b9243ac3 Mon Sep 17 00:00:00 2001 From: gemmaro Date: Sun, 2 Oct 2022 23:34:16 +0900 Subject: [PATCH] Fix typo --- src/Graphmod.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Graphmod.hs b/src/Graphmod.hs index 2edb7f2..0abd503 100644 --- a/src/Graphmod.hs +++ b/src/Graphmod.hs @@ -545,7 +545,7 @@ options = "Remove imports if the module is imported by another imported module" , Option ['d'] ["graph-dim"] (ReqArg set_size "SIZE,SIZE") - "Set dimensions of the graph. See the `size` attribute of graphvize." + "Set dimensions of the graph. See the `size` attribute of graphviz." , Option ['s'] ["colors"] (ReqArg add_color_scheme "NUM") "Choose a color scheme number (0-5)"