summaryrefslogtreecommitdiff
path: root/Modules/CMakeGraphVizOptions.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-02-21 10:27:54 +0100
committerStephen Kelly <steveire@gmail.com>2015-02-21 10:27:54 +0100
commitf93438cd839fa209afbf227b5a6a0b58214004b7 (patch)
treed7a256da2a510ee6afc60efa18a824786c9792d8 /Modules/CMakeGraphVizOptions.cmake
parent244867369bcded571a9fe0b06ef2998a5728e368 (diff)
downloadcmake-f93438cd839fa209afbf227b5a6a0b58214004b7.tar.gz
Fix typo, graphiz -> graphviz.
Diffstat (limited to 'Modules/CMakeGraphVizOptions.cmake')
-rw-r--r--Modules/CMakeGraphVizOptions.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeGraphVizOptions.cmake b/Modules/CMakeGraphVizOptions.cmake
index 64c89b91d8..ff182672e5 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