mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
spelling: deletes
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
ab59732c09
commit
672686faa5
2 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@ class ProfileField extends BaseRepository
|
|||
}
|
||||
|
||||
/**
|
||||
* Delets a whole collection of ProfileFields
|
||||
* Deletes a whole collection of ProfileFields
|
||||
*
|
||||
* @param Collection\ProfileFields $profileFields
|
||||
*
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue