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
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
*/