From 4f95762cb2ca852c9ab69844344bbc58d530f6d8 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 28 Nov 2024 11:24:04 -0500 Subject: [PATCH] Fix typo --- build/chip/esp32/esp32_codegen.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/chip/esp32/esp32_codegen.cmake b/build/chip/esp32/esp32_codegen.cmake index bc7b35e4e693fb..345a5b0e82c9b9 100644 --- a/build/chip/esp32/esp32_codegen.cmake +++ b/build/chip/esp32/esp32_codegen.cmake @@ -74,7 +74,7 @@ macro(chip_app_component_zapgen ZAP_NAME) target_sources(${COMPONENT_LIB} PRIVATE ${APP_TEMPLATE_GEN_FILES} ${CODEGEN_DATA_MODEL_SOURCES} - # SafeAttributePersistence neets ot be available for clusters + # SafeAttributePersistence needs ot be available for clusters "${CHIP_ROOT}/src/app/SafeAttributePersistenceProvider.cpp" "${CHIP_ROOT}/src/app/StorageDelegateWrapper.cpp" )