Skip to content

Commit 64cd198

Browse files
SuGliderCopilot
andauthored
fix(matter): typo commentary
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d8edf0a commit 64cd198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/src/Matter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
// fabric to still be around before we delete it
138138
MATTER_FABRIC_WILL_BE_REMOVED = (uint16_t) chip::DeviceLayer::DeviceEventType::kFabricWillBeRemoved,
139139

140-
// Fabric Has Been Removed: Signals that a fabric is effectivelly deleted
140+
// Fabric Has Been Removed: Signals that a fabric is effectively deleted
141141
MATTER_FABRIC_REMOVED = (uint16_t) chip::DeviceLayer::DeviceEventType::kFabricRemoved,
142142

143143
// Fabric Has Been Committed: Signals that a fabric in Fabric Table is persisted to storage, by CommitPendingFabricData

0 commit comments

Comments
 (0)