mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Fix spelling typos in comments and documentation (#16037)
The Debian package checker tool (lintian) detected several typos in CMake.
This commit is contained in:
@@ -99,7 +99,7 @@ was expected."
|
||||
endif()
|
||||
|
||||
if( EXISTS ${FETCH_HEAD_file} )
|
||||
message( FATAL_ERROR "Fetch occured when it was not expected.")
|
||||
message( FATAL_ERROR "Fetch occurred when it was not expected.")
|
||||
endif()
|
||||
|
||||
# Check the resulting SHA
|
||||
|
||||
Reference in New Issue
Block a user