summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-10-22 19:05:11 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-10-23 11:33:26 (GMT)
commitb0686fdedaea5d27292e52f753806aebb3401b47 (patch)
tree7d12fd7e8bef738efbc285a23abe4c8b730efa4f /Help/prop_tgt
parentddef8a7cfffbbae12f2d2c556651f06346237569 (diff)
downloadCMake-b0686fdedaea5d27292e52f753806aebb3401b47.zip
CMake-b0686fdedaea5d27292e52f753806aebb3401b47.tar.gz
CMake-b0686fdedaea5d27292e52f753806aebb3401b47.tar.bz2
Docs: Fix typo.
dependee -> depender.
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst2
-rw-r--r--Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst b/Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst
index 7f95ef0..f259940 100644
--- a/Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst
+++ b/Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst
@@ -9,7 +9,7 @@ boolean in the INTERFACE of all linked dependees. For example, if a
property "FOO" appears in the list, then for each dependee, the
"INTERFACE_FOO" property content in all of its dependencies must be
consistent with each other, and with the "FOO" property in the
-dependee. Consistency in this sense has the meaning that if the
+depender. Consistency in this sense has the meaning that if the
property is set, then it must have the same boolean value as all
others, and if the property is not set, then it is ignored. Note that
for each dependee, the set of properties from this property must not
diff --git a/Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst b/Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst
index a461f76..68de2e2 100644
--- a/Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst
+++ b/Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst
@@ -8,7 +8,7 @@ properties for this target which must be the same when evaluated as a
string in the INTERFACE of all linked dependees. For example, if a
property "FOO" appears in the list, then for each dependee, the
"INTERFACE_FOO" property content in all of its dependencies must be
-equal with each other, and with the "FOO" property in the dependee.
+equal with each other, and with the "FOO" property in the depender.
If the property is not set, then it is ignored. Note that for each
dependee, the set of properties from this property must not intersect
with the set of properties from the COMPATIBLE_INTERFACE_BOOL