diff options
author | Brad King <brad.king@kitware.com> | 2019-08-07 15:44:32 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-08-07 15:44:57 (GMT) |
commit | 97b12c7922f75c169736f65a3d9549a3084167c0 (patch) | |
tree | bebdc55975f2511438e4edc5610b0a7e85c30a2c | |
parent | 2ad281996ec6e59a885fc7ef6b343814ee3fadce (diff) | |
parent | 8fe129e314e9fe965e68905caf924d1d71629fc6 (diff) | |
download | CMake-97b12c7922f75c169736f65a3d9549a3084167c0.zip CMake-97b12c7922f75c169736f65a3d9549a3084167c0.tar.gz CMake-97b12c7922f75c169736f65a3d9549a3084167c0.tar.bz2 |
Merge topic 'doc-CMAKE_MESSAGE_INDENT-spelling-typo'
8fe129e314 Help: Fix spelling typo in `CMAKE_MESSAGE_INDENT` docs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3658
-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 |