Nit spelling correction

This commit is contained in:
Jay Beavers 2022-02-09 08:19:01 -08:00
parent 63cb3cdc74
commit 2df57d2be0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ if (NOT TARGET _family_support_marker)
add_library(_family_support_marker INTERFACE)
if (NOT FAMILY)
message(FATAL_ERROR "You must set a FAMILY variable for the build (e.g. rp2040, eps32s2, esp32s3). You can do this via -DFAMILY=xxx on the camke command line")
message(FATAL_ERROR "You must set a FAMILY variable for the build (e.g. rp2040, eps32s2, esp32s3). You can do this via -DFAMILY=xxx on the cmake command line")
endif()
if (NOT EXISTS ${CMAKE_CURRENT_LIST_DIR}/${FAMILY}/family.cmake)