Skip to content

Commit

Permalink
Fix small typo in DataModelLogger-src.zapt (#36702)
Browse files Browse the repository at this point in the history
* Fix small typo in DataModelLogger-src.zapt

* Update DataModelLogger.cpp
  • Loading branch information
BoB13-Matter authored Dec 3, 2024
1 parent 9e85e85 commit 8cd3050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ CHIP_ERROR DataModelLogger::LogAttribute(const chip::app::ConcreteDataAttributeP
default:
break;
}
ChipLogProgress(chipTool, " Don't know how to log atribute value");
ChipLogProgress(chipTool, " Don't know how to log attribute value");
return CHIP_NO_ERROR;
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8cd3050

Please sign in to comment.