From 3d9402bef5a887abe769e960fe579144fcdf1c5a Mon Sep 17 00:00:00 2001 From: "aedampir@gmail.com" Date: Thu, 31 Mar 2016 12:53:20 +0700 Subject: [PATCH] 'Some misspellings were fixed' --- .../Clients/RepositoryForksClientTests.cs | 4 ++-- Octokit/Models/Request/SearchRepositoriesRequest.cs | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Octokit.Tests.Integration/Clients/RepositoryForksClientTests.cs b/Octokit.Tests.Integration/Clients/RepositoryForksClientTests.cs index bf2770a0..3f7c5af7 100644 --- a/Octokit.Tests.Integration/Clients/RepositoryForksClientTests.cs +++ b/Octokit.Tests.Integration/Clients/RepositoryForksClientTests.cs @@ -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"); diff --git a/Octokit/Models/Request/SearchRepositoriesRequest.cs b/Octokit/Models/Request/SearchRepositoriesRequest.cs index 8a08c357..3c2990e7 100644 --- a/Octokit/Models/Request/SearchRepositoriesRequest.cs +++ b/Octokit/Models/Request/SearchRepositoriesRequest.cs @@ -482,6 +482,10 @@ namespace Octokit [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Elixir")] [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Elixir")] Elixir, + [Obsolete("This item is incorrect and will be removed in a future update. Use Elixir instead.")] + [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Elixer")] + [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Elixer")] + Elixer, Elm, [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Emacs")] [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Emacs")] @@ -712,6 +716,10 @@ namespace Octokit [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Parallel")] [Parameter(Value = "Unified Parallel C")] UnifiedParallelC, + [Obsolete("This item is incorrect and will be removed in a future update. Use UnifiedParallelC instead.")] + [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Paralel")] + [Parameter(Value = "Unified Paralel C")] + UnifiedParalelC, Unknown, [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Vala")] Vala,