From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 03:16:45 +0000 (-0400) Subject: spelling: algorithm X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1281f118bbb12cf2f4a1f44f06863cc2c3cd84b9;p=friendica.git spelling: algorithm Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Util/HTTPSignature.php b/src/Util/HTTPSignature.php index d48d02c20e..1d57f5ea80 100644 --- a/src/Util/HTTPSignature.php +++ b/src/Util/HTTPSignature.php @@ -627,7 +627,7 @@ class HTTPSignature } if (empty($algorithm)) { - Logger::info('No alagorithm'); + Logger::info('No algorithm'); return false; }