diff options
author | Brad King <brad.king@kitware.com> | 2016-03-31 12:46:03 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-03-31 12:46:03 (GMT) |
commit | 0aa736e62545cee8e3ed6c39667705d31ce66b8c (patch) | |
tree | 69d70d041ea1ea684564ea61b191a328fb741029 /Tests | |
parent | dea0b6b7187e3cb565c6653b991fe0e9f00191d2 (diff) | |
parent | 49e82c15d57db01a95f740f511715064a3887615 (diff) | |
download | CMake-0aa736e62545cee8e3ed6c39667705d31ce66b8c.zip CMake-0aa736e62545cee8e3ed6c39667705d31ce66b8c.tar.gz CMake-0aa736e62545cee8e3ed6c39667705d31ce66b8c.tar.bz2 |
Merge topic 'fix-spelling-typos'
49e82c15 Fix spelling typos in comments and documentation (#16037)
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/ExternalProjectUpdate/ExternalProjectUpdateTest.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ExternalProjectUpdate/ExternalProjectUpdateTest.cmake b/Tests/ExternalProjectUpdate/ExternalProjectUpdateTest.cmake index 7065f36..8ea4452 100644 --- a/Tests/ExternalProjectUpdate/ExternalProjectUpdateTest.cmake +++ b/Tests/ExternalProjectUpdate/ExternalProjectUpdateTest.cmake @@ -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 |