mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Fix trivial typos in text
Some are user facing.
Found using
codespell -q 3 --skip="./Utilities" -I .cmake-whitelist.txt`
whereby the whitelist contained:
ans
dum
helpfull
emmited
emmitted
buil
iff
isnt
nto
ot
pathes
substract
te
todays
upto
whitespaces
This commit is contained in:
@@ -31,7 +31,7 @@ function(android_push_test_files_to_device)
|
||||
set(out_var ${out_var} PARENT_SCOPE)
|
||||
if(res_var)
|
||||
string(REGEX REPLACE ";" " " com "${ARGN}")
|
||||
message(FATAL_ERROR "Error occured during adb command: adb ${com}\nError: ${err_var}.")
|
||||
message(FATAL_ERROR "Error occurred during adb command: adb ${com}\nError: ${err_var}.")
|
||||
endif()
|
||||
endfunction()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user