Fixed typo in AsyncPool

asychronous -> asynchronous
This commit is contained in:
Dylan K. Taylor 2018-05-26 16:30:49 +01:00
parent 8cf0fc63d8
commit 982444949c

View File

@ -165,7 +165,7 @@ class AsyncPool{
$this->server->getLogger()->notice("AsyncTask " . get_class($task) . " stored local complex data but did not remove them after completion");
}
}catch(\Throwable $e){
$this->server->getLogger()->critical("Could not execute completion of asychronous task " . (new \ReflectionClass($task))->getShortName() . ": " . $e->getMessage());
$this->server->getLogger()->critical("Could not execute completion of asynchronous task " . (new \ReflectionClass($task))->getShortName() . ": " . $e->getMessage());
$this->server->getLogger()->logException($e);
$this->server->getScheduler()->removeLocalComplex($task); //silent