Some mist. typo fixes

Found via `codespell -i 3 -w --skip="./3rdparty" -I ../opencv-whitelist.txt`
This commit is contained in:
luz.paz
2018-02-07 06:59:15 -05:00
parent f77f2876ff
commit 413fba14ab
16 changed files with 36 additions and 36 deletions

View File

@@ -19,7 +19,7 @@ if(NOT VTK_FOUND)
return()
endif()
# Don't support ealier VTKs
# Don't support earlier VTKs
if(${VTK_VERSION} VERSION_LESS "5.8.0")
message(STATUS "VTK support is disabled. VTK ver. 5.8.0 is minimum required, but found VTK ver. ${VTK_VERSION}")
return()