diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-02-21 09:27:54 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-02-21 09:27:54 (GMT) |
commit | f93438cd839fa209afbf227b5a6a0b58214004b7 (patch) | |
tree | d7a256da2a510ee6afc60efa18a824786c9792d8 /Modules | |
parent | 244867369bcded571a9fe0b06ef2998a5728e368 (diff) | |
download | CMake-f93438cd839fa209afbf227b5a6a0b58214004b7.zip CMake-f93438cd839fa209afbf227b5a6a0b58214004b7.tar.gz CMake-f93438cd839fa209afbf227b5a6a0b58214004b7.tar.bz2 |
Fix typo, graphiz -> graphviz.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CMakeGraphVizOptions.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeGraphVizOptions.cmake b/Modules/CMakeGraphVizOptions.cmake index 64c89b9..ff18267 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 |