1
1

Cleanup: Spelling in warning message

This commit is contained in:
2023-02-21 17:20:03 +01:00
parent 144f74230f
commit d355f3ed2b

View File

@@ -974,7 +974,7 @@ if(WITH_PYTHON)
if(DIR_LEN EQUAL 0)
message(
WARNING
"Addons path '${CMAKE_SOURCE_DIR}/cripts/addons' is missing. "
"Addons path '${CMAKE_SOURCE_DIR}/scripts/addons' is missing. "
"This is an external repository which needs to be checked out. Use `make update` to do so. "
"* CONTINUING WITHOUT ADDONS *"
)