Skip to content

Commit 8cd3050

Browse files
authored
Fix small typo in DataModelLogger-src.zapt (project-chip#36702)
* Fix small typo in DataModelLogger-src.zapt * Update DataModelLogger.cpp
1 parent 9e85e85 commit 8cd3050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/chip-tool/templates/logging/DataModelLogger-src.zapt

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ CHIP_ERROR DataModelLogger::LogAttribute(const chip::app::ConcreteDataAttributeP
100100
default:
101101
break;
102102
}
103-
ChipLogProgress(chipTool, " Don't know how to log atribute value");
103+
ChipLogProgress(chipTool, " Don't know how to log attribute value");
104104
return CHIP_NO_ERROR;
105105
}
106106

zzz_generated/chip-tool/zap-generated/cluster/logging/DataModelLogger.cpp

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)