From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 26 Mar 2023 02:05:40 +0000 (-0400) Subject: spelling: permission X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=88e0725625a6ec88e0344134874994350b1cc905;p=friendica.git spelling: permission Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Module/Attach.php b/src/Module/Attach.php index c924934b7b..b70e434297 100644 --- a/src/Module/Attach.php +++ b/src/Module/Attach.php @@ -49,7 +49,7 @@ class Attach extends BaseModule throw new \Friendica\Network\HTTPException\NotFoundException(DI::l10n()->t('Item was not found.')); } - // Now we'll fetch the item, if we have enough permisson + // Now we'll fetch the item, if we have enough permission $item = MAttach::getByIdWithPermission($item_id); if ($item === false) { throw new \Friendica\Network\HTTPException\ForbiddenException(DI::l10n()->t('Permission denied.'));