summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-02-06 10:54:34 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-02-07 13:25:19 (GMT)
commitf02b5fb5a0720f52ddd3cb32a1d704c76c8d3b5b (patch)
tree841df768a88a967d53fd09e3aac7be328105aabb /Help
parent53cffda228e50948e52ae3b5bc46d4fa3f59a0ba (diff)
downloadCMake-f02b5fb5a0720f52ddd3cb32a1d704c76c8d3b5b.zip
CMake-f02b5fb5a0720f52ddd3cb32a1d704c76c8d3b5b.tar.gz
CMake-f02b5fb5a0720f52ddd3cb32a1d704c76c8d3b5b.tar.bz2
Help: Fix typo.
'to not to' -> 'not to'
Diffstat (limited to 'Help')
-rw-r--r--Help/policy/CMP0024.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0024.rst b/Help/policy/CMP0024.rst
index abfcc75..42b7b9f 100644
--- a/Help/policy/CMP0024.rst
+++ b/Help/policy/CMP0024.rst
@@ -14,7 +14,7 @@ targets instead in cases where the goal is to refer to targets by
another name.
The OLD behavior for this policy is to allow including the result of
-an export() command. The NEW behavior for this policy is to not to
+an export() command. The NEW behavior for this policy is not to
allow including the result of an export() command.
This policy was introduced in CMake version 3.0.0. CMake version