Skip to content

Commit ec4a5e1

Browse files
SuGliderCopilot
andauthored
fix(matter): spelling
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 80b5f25 commit ec4a5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/examples/MatterWaterLeakDetector/MatterWaterLeakDetector.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ void loop() {
151151
if (button_state && time_diff > decommissioningTimeout) {
152152
Serial.println("Decommissioning Water Leak Detector Matter Accessory. It shall be commissioned again.");
153153
Matter.decommission();
154-
button_time_stamp = millis(); // avoid running decommissining again, reboot takes a second or so
154+
button_time_stamp = millis(); // avoid running decommissioning again, reboot takes a second or so
155155
}
156156

157157
// Simulated Water Leak Detector

0 commit comments

Comments
 (0)