Skip to content

Commit

Permalink
Fixing typo (#21603)
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored Aug 3, 2022
1 parent 764a9d3 commit a494ddf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ CHIP_ERROR DefaultSessionResumptionStorage::DeleteAll(FabricIndex fabricIndex)
ChipLogError(
SecureChannel,
"Session resumption cache is in an inconsistent state! "
"Unable to save session resumption index during atetmpted deletion of fabric index %u: %" CHIP_ERROR_FORMAT,
"Unable to save session resumption index during attempted deletion of fabric index %u: %" CHIP_ERROR_FORMAT,
fabricIndex, err.Format());
}
}
Expand Down

0 comments on commit a494ddf

Please sign in to comment.