mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
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)) {
|
||||
Logger::info('No alagorithm');
|
||||
Logger::info('No algorithm');
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue