summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeTargetDepends.cxx
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-26 18:44:20 (GMT)
committerBrad King <brad.king@kitware.com>2012-02-29 19:07:50 (GMT)
commit43d60114a57b12766106cd264f358b9bfa098bba (patch)
treebdb3a6158a225ffbdfd7ad29bf0b5700cf75f557 /Source/cmComputeTargetDepends.cxx
parent2437b40933bd8377815a51a8154a81d3a70dc0fc (diff)
downloadCMake-43d60114a57b12766106cd264f358b9bfa098bba.zip
CMake-43d60114a57b12766106cd264f358b9bfa098bba.tar.gz
CMake-43d60114a57b12766106cd264f358b9bfa098bba.tar.bz2
Run vim spellcheck on some files
Diffstat (limited to 'Source/cmComputeTargetDepends.cxx')
-rw-r--r--Source/cmComputeTargetDepends.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmComputeTargetDepends.cxx b/Source/cmComputeTargetDepends.cxx
index 8e701c4..ab77c6b 100644
--- a/Source/cmComputeTargetDepends.cxx
+++ b/Source/cmComputeTargetDepends.cxx
@@ -31,7 +31,7 @@ dependencies for each target such that no cycles are left and the
build order is safe.
For most target types cyclic dependencies are not allowed. However
-STATIC libraries may depend on each other in a cyclic fasion. In
+STATIC libraries may depend on each other in a cyclic fashion. In
general the directed dependency graph forms a directed-acyclic-graph
of strongly connected components. All strongly connected components
should consist of only STATIC_LIBRARY targets.