]> git.mxchange.org Git - friendica.git/commitdiff
spelling: compatibility
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:09 +0000 (23:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:22 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Module/Admin/Storage.php
src/Module/PermissionTooltip.php

index 71d34cb25de6fc03fae490d310bd20a19a2bf53d..e31d7db390c3f2831868b9bda676180ca92c8d5f 100644 (file)
@@ -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
index 1f41584d65321e4015641a3f06a43439ac6e5f9a..ad5c11cc05740e886e426017fdd2ef8ce5492503 100644 (file)
@@ -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') {