spelling: algorithm
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
6e105fbec1
commit
1281f118bb
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ class HTTPSignature
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($algorithm)) {
|
if (empty($algorithm)) {
|
||||||
Logger::info('No alagorithm');
|
Logger::info('No algorithm');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue