Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Aug 3, 2022
1 parent fab04e7 commit e9ea069
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 e9ea069

Please sign in to comment.