mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
spelling: existence
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f9572d9df7
commit
9369691713
4 changed files with 5 additions and 5 deletions
|
@ -362,7 +362,7 @@ class Worker
|
|||
return false;
|
||||
}
|
||||
|
||||
// Check for existance and validity of the include file
|
||||
// Check for existence and validity of the include file
|
||||
$include = $argv[0];
|
||||
|
||||
if (method_exists(sprintf('Friendica\Worker\%s', $include), 'execute')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue