Merge topic 'fix-graphiz-typo'

f93438cd Fix typo, graphiz -> graphviz.
This commit is contained in:
Brad King 2015-02-23 10:26:40 -05:00 committed by CMake Topic Stage
commit 88aeb64ddf

View File

@ -10,7 +10,7 @@
# CMake # CMake
# can generate graphviz files, showing the dependencies between the # can generate graphviz files, showing the dependencies between the
# targets in a project and also external libraries which are linked # 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 # produce
# #
# * a foo.dot file showing all dependencies in the project # * a foo.dot file showing all dependencies in the project