From b0686fdedaea5d27292e52f753806aebb3401b47 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 22 Oct 2013 21:05:11 +0200 Subject: Docs: Fix typo. dependee -> depender. --- Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst | 2 +- Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst | 2 +- 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 -- cgit v0.12 From f3f49ff7a915daebdbc114599e862627e3731979 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 23 Oct 2013 23:41:00 +0200 Subject: Docs: Fix typo opitions -> options. --- Help/command/target_compile_options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/command/target_compile_options.rst b/Help/command/target_compile_options.rst index 88a4ea3..71d57f9 100644 --- a/Help/command/target_compile_options.rst +++ b/Help/command/target_compile_options.rst @@ -18,7 +18,7 @@ The INTERFACE, PUBLIC and PRIVATE keywords are required to specify the scope of the following arguments. PRIVATE and PUBLIC items will populate the COMPILE_OPTIONS property of . PUBLIC and INTERFACE items will populate the INTERFACE_COMPILE_OPTIONS property -of . The following arguments specify compile opitions. +of . The following arguments specify compile options. Repeated calls for the same append items in the order called. Arguments to target_compile_options may use "generator expressions" -- cgit v0.12