Merge topic 'doc-release-3.29-typos' into release-3.29

eceb368ccc Help: Fix typos in 3.29 docs
31fb693d06 Help: Fix typos and grammar in pre-3.29 docs

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9353
This commit is contained in:
Brad King
2024-03-19 14:09:54 +00:00
committed by Kitware Robot
5 changed files with 7 additions and 7 deletions

View File

@@ -180,7 +180,7 @@ File Operations
.. note::
Prefer ``if(IS_READABLE)`` to check file readability. ``if(EXISTS)``
may be changed in the future to to only check file existence.
may be changed in the future to only check file existence.
.. signature:: if(IS_READABLE <path-to-file-or-directory>)