Skip to content

Commit

Permalink
Fix small typo in DataModelLogger-src.zapt
Browse files Browse the repository at this point in the history
  • Loading branch information
BoB13-Matter committed Dec 3, 2024
1 parent 2bc3251 commit a65effc
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a65effc

Please sign in to comment.