summaryrefslogtreecommitdiff
path: root/Help/policy/CMP0092.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/policy/CMP0092.rst')
-rw-r--r--Help/policy/CMP0092.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0092.rst b/Help/policy/CMP0092.rst
index 66e3f3de69..2f39830631 100644
--- a/Help/policy/CMP0092.rst
+++ b/Help/policy/CMP0092.rst
@@ -18,7 +18,7 @@ CMake 3.15 and above prefer to leave out warning flags from the value of
This policy provides compatibility with projects that have not been updated
to expect the lack of warning flags. The policy setting takes effect as of
the first :command:`project` or :command:`enable_language` command that
-initializes :variable:`CMAKE_<LANG>_FLAGS` for a given lanuage ``<LANG>``.
+initializes :variable:`CMAKE_<LANG>_FLAGS` for a given language ``<LANG>``.
.. note::