summaryrefslogtreecommitdiffstats
path: root/Help/policy/CMP0110.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/policy/CMP0110.rst')
-rw-r--r--Help/policy/CMP0110.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0110.rst b/Help/policy/CMP0110.rst
index 25a0008..6977d41 100644
--- a/Help/policy/CMP0110.rst
+++ b/Help/policy/CMP0110.rst
@@ -8,7 +8,7 @@ CMP0110
:command:`add_test` can now (officially) create tests with whitespace and
other special characters in its name. Before CMake version 3.19 that was not
allowed, however, it was possible to work around this limitation by explicitly
-putting escaped quotes arount the test's name in the ``add_test`` command.
+putting escaped quotes around the test's name in the ``add_test`` command.
Although never officially supported several projects in the wild found and
implemented this workaround. However, the new change which officially allows