mirror of
https://github.com/friendica/friendica
synced 2025-04-27 18:30:12 +00:00
spelling: does
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
52a25ce618
commit
ab4689e1b6
4 changed files with 5 additions and 5 deletions
|
@ -38,7 +38,7 @@ class SpoolPost {
|
|||
|
||||
// It is not named like a spool file, so we don't care.
|
||||
if (substr($file, 0, 5) != "item-") {
|
||||
Logger::info('Spool file does does not start with "item-"', ['file' => $file]);
|
||||
Logger::info('Spool file does not start with "item-"', ['file' => $file]);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue