From f93438cd839fa209afbf227b5a6a0b58214004b7 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 21 Feb 2015 10:27:54 +0100 Subject: [PATCH] Fix typo, graphiz -> graphviz. --- Modules/CMakeGraphVizOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CMakeGraphVizOptions.cmake b/Modules/CMakeGraphVizOptions.cmake index 64c89b91d..ff182672e 100644 --- a/Modules/CMakeGraphVizOptions.cmake +++ b/Modules/CMakeGraphVizOptions.cmake @@ -10,7 +10,7 @@ # CMake # can generate graphviz files, showing the dependencies between the # targets in a project and also external libraries which are linked -# against. When CMake is run with the --graphiz=foo option, it will +# against. When CMake is run with the --graphviz=foo option, it will # produce # # * a foo.dot file showing all dependencies in the project