Showing with 1 addition and 1 deletion.
  1. +1 −1 src/Illuminate/Queue/Worker.php
@@ -217,7 +217,7 @@ public function process($connection, Job $job, $maxTries = 0, $delay = 0)
}

/**
* Handle an exception that occured while the job was running.
* Handle an exception that occurred while the job was running.
*
* @param string $connection
* @param \Illuminate\Contracts\Queue\Job $job