spelling: authentication

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-26 17:56:14 -04:00
parent 9c86578755
commit 4fc503d352
5 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@ use Friendica\Network\HTTPException\UnauthorizedException;
use Friendica\Util\DateTimeFormat;
/**
* Authentification via the basic auth method
* Authentication via the basic auth method
*/
class BasicAuth
{