Fixed typos

This commit is contained in:
Jan Böhmer 2023-04-15 23:14:53 +02:00
parent 63df16a369
commit d04d743520
144 changed files with 263 additions and 265 deletions

View file

@ -37,7 +37,7 @@ use SplFileInfo;
/**
* This listener watches for changes on attachments and deletes the files associated with an attachment, that are not
* used any more. This can happens after an attachment is delteted or the path is changed.
* used anymore. This can happen after an attachment is deleted or the path is changed.
*/
class AttachmentDeleteListener
{