diff options
author | Brad King <brad.king@kitware.com> | 2015-02-23 15:26:40 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-02-23 15:26:40 (GMT) |
commit | 88aeb64ddfb129701b6709f27531da0a885593eb (patch) | |
tree | f08709dbdc6e24f0acd7f3dea218731ff20d4367 | |
parent | cc3611023d9d5ca9ad1eabe13dfb12577970e283 (diff) | |
parent | f93438cd839fa209afbf227b5a6a0b58214004b7 (diff) | |
download | CMake-88aeb64ddfb129701b6709f27531da0a885593eb.zip CMake-88aeb64ddfb129701b6709f27531da0a885593eb.tar.gz CMake-88aeb64ddfb129701b6709f27531da0a885593eb.tar.bz2 |
Merge topic 'fix-graphiz-typo'
f93438cd Fix typo, graphiz -> graphviz.
-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 |