From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 03:17:09 +0000 (-0400) Subject: spelling: compatibility X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7a84be3c2fc4d97130acaee836bd74e053e7a397;p=friendica.git spelling: compatibility Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Module/Admin/Storage.php b/src/Module/Admin/Storage.php index 71d34cb25d..e31d7db390 100644 --- a/src/Module/Admin/Storage.php +++ b/src/Module/Admin/Storage.php @@ -110,7 +110,7 @@ class Storage extends BaseAdmin foreach ($storageConfig->getOptions() as $option => $info) { $type = $info[0]; - // Backward compatibilty with yesno field description + // Backward compatibility with yesno field description if ($type == 'yesno') { $type = 'checkbox'; // Remove translated labels Yes No from field info diff --git a/src/Module/PermissionTooltip.php b/src/Module/PermissionTooltip.php index 1f41584d65..ad5c11cc05 100644 --- a/src/Module/PermissionTooltip.php +++ b/src/Module/PermissionTooltip.php @@ -79,7 +79,7 @@ class PermissionTooltip extends \Friendica\BaseModule throw new HttpException\NotFoundException(DI::l10n()->t('Model not found')); } - // Kept for backwards compatiblity + // Kept for backwards compatibility Hook::callAll('lockview_content', $model); if ($type == 'item') {