Merge pull request #1144 from pterodactyl/feature/spelling

Spellchecked the whole application
This commit is contained in:
Dane Everitt 2018-05-20 16:24:09 -07:00 committed by GitHub
commit 457e461f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
108 changed files with 182 additions and 182 deletions

View file

@ -149,7 +149,7 @@ class TaskCreationServiceTest extends TestCase
}
/**
* Test that exceptions are thrown if the Scheudle module or ID is invalid.
* Test that exceptions are thrown if the Schedule module or ID is invalid.
*
* @dataProvider invalidScheduleArgumentProvider
* @expectedException \InvalidArgumentException
@ -190,7 +190,7 @@ class TaskCreationServiceTest extends TestCase
}
/**
* Return an array of invalid schedule data to test aganist.
* Return an array of invalid schedule data to test against.
*
* @return array
*/