'Some misspellings were fixed'

This commit is contained in:
aedampir@gmail.com
2016-03-31 12:53:20 +07:00
parent b93f0ece0b
commit 3d9402bef5
2 changed files with 10 additions and 2 deletions
@@ -40,7 +40,7 @@ namespace Octokit.Tests.Integration.Clients
[IntegrationTest]
public async Task ForkCreatedForUserLoggedIn()
{
// The fork is created asynchronically by github and therefore it cannot
// The fork is created asynchronously by github and therefore it cannot
// be certain that the repo exists when the test ends. It is therefore deleted
// before the test starts instead of after.
Helper.DeleteRepo(Helper.Credentials.Login, "octokit.net");
@@ -57,7 +57,7 @@ namespace Octokit.Tests.Integration.Clients
[OrganizationTest]
public async Task ForkCreatedForOrganization()
{
// The fork is created asynchronically by github and therefore it cannot
// The fork is created asynchronously by github and therefore it cannot
// be certain that the repo exists when the test ends. It is therefore deleted
// before the test starts.
Helper.DeleteRepo(Helper.Organization, "octokit.net");