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.