spelling: does

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-20 23:09:18 -04:00
parent 52a25ce618
commit ab4689e1b6
4 changed files with 5 additions and 5 deletions

View file

@ -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;
}