From 43478860067f548960bd1b05c42a0ce60f5d8861 Mon Sep 17 00:00:00 2001 From: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:57:42 -0500 Subject: [PATCH] Update src/app/clusters/scenes/SceneTableImpl.h Co-authored-by: Tennessee Carmel-Veilleux --- src/app/clusters/scenes/SceneTableImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/clusters/scenes/SceneTableImpl.h b/src/app/clusters/scenes/SceneTableImpl.h index 0b54c2a8da8afb..c5e05ae3594fc5 100644 --- a/src/app/clusters/scenes/SceneTableImpl.h +++ b/src/app/clusters/scenes/SceneTableImpl.h @@ -28,7 +28,7 @@ namespace scenes { /** * @brief Implementation of a storage in nonvolatile storage of the scene table. * - * SceneTableImpl is an implementation that allows to store scenes in a permenent manner. + * SceneTableImpl is an implementation that allows to store scenes using PersistentStorageDelegate. * It handles the storage of scenes by their ID, GroupID and EnpointID over multiple fabrics. * It is meant to be used exclusively when the scene cluster is enable for at least one endpoint * on the device.