diff --git a/src/bindings/python/CMakeLists.txt b/src/bindings/python/CMakeLists.txt index 12acbc0af422f3..4433bd2750ba48 100644 --- a/src/bindings/python/CMakeLists.txt +++ b/src/bindings/python/CMakeLists.txt @@ -162,7 +162,7 @@ else() endif() if(NOT SETUP_PY_REQUIREMENTS_FOUND) - # setup.py requirements are importnant to build wheel + # setup.py requirements are important to build wheel set(ENABLE_WHEEL_DEFAULT OFF) endif()