diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2019-08-06 15:35:10 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2019-08-06 15:35:10 (GMT) |
commit | 8fe129e314e9fe965e68905caf924d1d71629fc6 (patch) | |
tree | 354c73c00a9ff9fb43062b8603196d5618628f93 /Help | |
parent | 52d9cd624fc0da9b26fd677d92e67dd033603337 (diff) | |
download | CMake-8fe129e314e9fe965e68905caf924d1d71629fc6.zip CMake-8fe129e314e9fe965e68905caf924d1d71629fc6.tar.gz CMake-8fe129e314e9fe965e68905caf924d1d71629fc6.tar.bz2 |
Help: Fix spelling typo in `CMAKE_MESSAGE_INDENT` docs
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/CMAKE_MESSAGE_INDENT.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_MESSAGE_INDENT.rst b/Help/variable/CMAKE_MESSAGE_INDENT.rst index d502121..7e44a4c 100644 --- a/Help/variable/CMAKE_MESSAGE_INDENT.rst +++ b/Help/variable/CMAKE_MESSAGE_INDENT.rst @@ -28,5 +28,5 @@ Which results in the following output: -- Collected items in the "listVar": -- one -- two - -- tree + -- three -- No more indent |