Skip to content

Commit

Permalink
Code review changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
isiu-apple committed Apr 15, 2022
1 parent 07a00fe commit bd07874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/core/CHIPError.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ bool FormatCHIPError(char * buf, uint16_t bufSize, CHIP_ERROR err)
desc = "Too many connections";
break;
case CHIP_ERROR_SHUT_DOWN.AsInteger():
desc = "The operation cancelled because a shut down was initiated";
desc = "The operation was cancelled because a shut down was initiated";
break;
case CHIP_ERROR_CANCELLED.AsInteger():
desc = "The operation has been cancelled";
Expand Down Expand Up @@ -639,7 +639,7 @@ bool FormatCHIPError(char * buf, uint16_t bufSize, CHIP_ERROR err)
desc = "Termination signal is received";
break;
case CHIP_ERROR_NO_SHARED_TRUSTED_ROOT.AsInteger():
desc = "No shated trusted root";
desc = "No shared trusted root";
break;
case CHIP_ERROR_IM_STATUS_CODE_RECEIVED.AsInteger():
desc = "Interaction Model Error";
Expand Down

0 comments on commit bd07874

Please sign in to comment.