Skip to content

Commit b6f81b7

Browse files
Fix typo
1 parent 735400d commit b6f81b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cmake/mbed_python_interpreter.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function(mbed_check_or_install_python_package FOUND_VAR PACKAGE_IMPORT_NAME PACK
218218
check_python_package(${PACKAGE_IMPORT_NAME} ${FOUND_VAR})
219219
endif()
220220
else()
221-
message(WARNING "Mbed: ${PACKAGE_IMPORT_NAME} cannot be installed because the Mbed virtualenv is not being used. Please install ${PACKAGE_INSTALL_CONSTRAINT} into Mbed's Python interpeter manually.")
221+
message(WARNING "Mbed: ${PACKAGE_IMPORT_NAME} cannot be installed because the Mbed virtualenv is not being used. Please install ${PACKAGE_INSTALL_CONSTRAINT} into Mbed's Python interpreter manually.")
222222
endif()
223223
endif()
224224
endfunction(mbed_check_or_install_python_package)

0 commit comments

Comments
 (0)