Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
achretien committed Jan 14, 2025
1 parent 2dc755f commit ad4831c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Verifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function isValidDigest(RequestInterface $message): bool
{
$this->status = [];
if (0 == sizeof($message->getHeader('Digest'))) {
$this->status[] = 'Digest header mising';
$this->status[] = 'Digest header not found';

return false;
}
Expand Down

0 comments on commit ad4831c

Please sign in to comment.