Skip to content

Commit 28b8724

Browse files
lboueaustina-csa
authored andcommitted
Fix typo in ValveControlDelegate.cpp (project-chip#34876)
1 parent 1ac1f46 commit 28b8724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/all-clusters-app/linux/ValveControlDelegate.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ DataModel::Nullable<chip::Percent> ValveControlDelegate::HandleOpenValve(DataMod
3333
chip::Percent currentLevel = sLevel;
3434
sLevel = level.IsNull() ? 100 : level.Value();
3535
sLastOpenDuration = 0;
36-
ChipLogProgress(NotSpecified, "Valve openinig from level: %d to %d", currentLevel, sLevel);
36+
ChipLogProgress(NotSpecified, "Valve opening from level: %d to %d", currentLevel, sLevel);
3737

3838
// In this demo application, the trasition is considered instant,
3939
// so current level is set to the requested level and current state is set to kOpen.

0 commit comments

Comments
 (0)