From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 26 Mar 2023 22:09:03 +0000 (-0400) Subject: spelling: deletes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=672686faa525eadea37af610f81a3361a7349a74;p=friendica.git spelling: deletes Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Profile/ProfileField/Repository/ProfileField.php b/src/Profile/ProfileField/Repository/ProfileField.php index e20ed8a192..d297ca2377 100644 --- a/src/Profile/ProfileField/Repository/ProfileField.php +++ b/src/Profile/ProfileField/Repository/ProfileField.php @@ -192,7 +192,7 @@ class ProfileField extends BaseRepository } /** - * Delets a whole collection of ProfileFields + * Deletes a whole collection of ProfileFields * * @param Collection\ProfileFields $profileFields * diff --git a/tests/Util/VFSTrait.php b/tests/Util/VFSTrait.php index a98b7925de..86b7c167ce 100644 --- a/tests/Util/VFSTrait.php +++ b/tests/Util/VFSTrait.php @@ -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