Merge pull request #1144 from pterodactyl/feature/spelling
Spellchecked the whole application
This commit is contained in:
commit
457e461f45
108 changed files with 182 additions and 182 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Reference in a new issue