mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
'Some misspellings were fixed'
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user