From 88e0725625a6ec88e0344134874994350b1cc905 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sat, 25 Mar 2023 22:05:40 -0400 Subject: [PATCH] spelling: permission Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Module/Attach.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'));