spelling: algorithm

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:16:45 -04:00
parent 6e105fbec1
commit 1281f118bb
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ class HTTPSignature
}
if (empty($algorithm)) {
Logger::info('No alagorithm');
Logger::info('No algorithm');
return false;
}