Skip to content

Commit

Permalink
Fix 2 typos in logging of the word credentials (#15857)
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-becker-tridonic-com authored and pull[bot] committed Jan 20, 2024
1 parent 40cd3cf commit 5556057
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,12 +460,12 @@ void Instance::OnCommissioningComplete(CHIP_ERROR err)

if (err == CHIP_NO_ERROR)
{
ChipLogDetail(Zcl, "Commissioning complete, notify platform driver to persist network credentails.");
ChipLogDetail(Zcl, "Commissioning complete, notify platform driver to persist network credentials.");
mpWirelessDriver->CommitConfiguration();
}
else
{
ChipLogDetail(Zcl, "Failsafe timeout, tell platform driver to revert network credentails.");
ChipLogDetail(Zcl, "Failsafe timeout, tell platform driver to revert network credentials.");
mpWirelessDriver->RevertConfiguration();
}
}
Expand Down

0 comments on commit 5556057

Please sign in to comment.