diff options
author | Andreas Mohr <andim2@users.sourceforge.net> | 2012-11-07 17:13:09 +0100 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-05-07 08:39:19 -0400 |
commit | bf019d765d3993ba265c990a6e3a2e53defe112c (patch) | |
tree | 828aad55a12f323a8f69e0c4cdfcfe79b02112ec /Tests | |
parent | ddac8d3d2d027dd50d729918078f57628855a568 (diff) | |
download | cmake-bf019d765d3993ba265c990a6e3a2e53defe112c.tar.gz |
Fix spelling and typos (non-binary)
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CompatibleInterface/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CompatibleInterface/CMakeLists.txt b/Tests/CompatibleInterface/CMakeLists.txt index fc76e4855b..ae1d2fa431 100644 --- a/Tests/CompatibleInterface/CMakeLists.txt +++ b/Tests/CompatibleInterface/CMakeLists.txt @@ -70,7 +70,7 @@ target_compile_definitions(CompatibleInterface # The COMPATIBLE_INTERFACE_* properties are only read from dependencies # in the interface. Populating it on the CompatibleInterface target does -# not have any affect on the interpretation of the INTERFACE variants +# not have any effect on the interpretation of the INTERFACE variants # in dependencies. set_property(TARGET iface1 PROPERTY INTERFACE_NON_RELEVANT_PROP ON |