Skip to content

Commit 9380713

Browse files
committed
fix(matter): typo and commentaties
1 parent bb43fbf commit 9380713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/src/MatterOnOffLight.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class MatterOnOffLight : public MatterEndPoint {
1010
MatterOnOffLight();
1111
~MatterOnOffLight();
1212
virtual bool begin(bool initialState = false); // default initial state is off
13-
void end(); // this will just stop proessing Light Matter events
13+
void end(); // this will just stop processing Light Matter events
1414

1515
bool setOnOff(bool newState); // returns true if successful
1616
bool getOnOff(); // returns current light state

0 commit comments

Comments
 (0)