]> git.mxchange.org Git - friendica.git/commitdiff
spelling: deletes
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 22:09:03 +0000 (18:09 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 22:59:11 +0000 (18:59 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Profile/ProfileField/Repository/ProfileField.php
tests/Util/VFSTrait.php

index e20ed8a19261eefcec8fc924c6f0626a4fa99db5..d297ca23774c0eefb7732e9ef8b8a12b3012ec1a 100644 (file)
@@ -192,7 +192,7 @@ class ProfileField extends BaseRepository
        }
 
        /**
-        * Delets a whole collection of ProfileFields
+        * Deletes a whole collection of ProfileFields
         *
         * @param Collection\ProfileFields $profileFields
         *
index a98b7925de44895fba08b31e92d107747d2b6f83..86b7c167ced278755fc9659254b19aa969a1783a 100644 (file)
@@ -85,7 +85,7 @@ trait VFSTrait
        }
 
        /**
-        * Delets a config file from the Virtual File System
+        * Deletes a config file from the Virtual File System
         *
         * @param string $filename The filename of the config file
         * @param bool   $static   True, if the folder `static` instead of `config` should be used