Merge pull request #1021 from mrobinsonuk/cleanup/spelling-corrections

Corrected a number of minor spelling errors.
This commit is contained in:
Dan Cryer 2015-10-13 15:14:44 +01:00
commit fe21dd8bc3
22 changed files with 28 additions and 28 deletions

View file

@ -170,7 +170,7 @@ class WebhookController extends \b8\Controller
protected function githubCommitRequest(Project $project, array $payload)
{
// Github sends a payload when you close a pull request with a
// non-existant commit. We don't want this.
// non-existent commit. We don't want this.
if (array_key_exists('after', $payload) && $payload['after'] === '0000000000000000000000000000000000000000') {
return array('status' => 'ignored');
}