Browse Source

Help: Fix a typo

Sung, Po Han 1 year ago
parent
commit
6abd25e7fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Help/policy/CMP0066.rst

+ 1 - 1
Help/policy/CMP0066.rst

@@ -18,7 +18,7 @@ variables like :variable:`CMAKE_<LANG>_FLAGS_DEBUG` and only use CMake's
 built-in defaults for the current compiler and platform.
 
 The ``NEW`` behavior of this policy is to honor config-specific flag
-variabldes like :variable:`CMAKE_<LANG>_FLAGS_DEBUG`.
+variables like :variable:`CMAKE_<LANG>_FLAGS_DEBUG`.
 
 .. |INTRODUCED_IN_CMAKE_VERSION| replace:: 3.7
 .. |WARNS_OR_DOES_NOT_WARN| replace:: does *not* warn by default