Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some misspellings in code, comments and xml docs. #1230

Merged
merged 31 commits into from
Apr 4, 2016
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
78f9aae
IAuthorizationsClient and AuthorizationsClient fixes
alexander-efremov Mar 29, 2016
655dde8
ApiUrls fixes.
alexander-efremov Mar 29, 2016
0a71cb4
Connection.cs fixes
alexander-efremov Mar 29, 2016
5c98093
IMiscellaneousClient and MiscellaneousClient fixes
alexander-efremov Mar 29, 2016
9dcfb2e
IRepositoriesClient and RepositoriesClient fixes.
alexander-efremov Mar 29, 2016
9ec62f5
IObservableAuthorizationsClient and ObservableAuthorizationsClient fixes
alexander-efremov Mar 29, 2016
29ada0c
IApiInfoProvider fixes
alexander-efremov Mar 29, 2016
fc644a0
ConnectionTests fixes
alexander-efremov Mar 29, 2016
bc0390e
IObservableMiscellaneousClient and ObservableMiscellaneousClient fixes
alexander-efremov Mar 29, 2016
570d70a
IObservableRepositoriesClient and ObservableRepositoriesClient fixes.
alexander-efremov Mar 29, 2016
1f11976
IAssigneesClient fixes
alexander-efremov Mar 29, 2016
7dc3c41
IRepositoryContentsClient and RepositoryContentsClient fixes
alexander-efremov Mar 29, 2016
4300c5e
RepositoryIssueRequest fixes
alexander-efremov Mar 29, 2016
8e7bfe6
RepositoryRequest fixes
alexander-efremov Mar 29, 2016
09582fc
SearchQualifierOperator fixes
alexander-efremov Mar 29, 2016
2fa41b7
SearchRepositoriesRequest fixes
alexander-efremov Mar 29, 2016
211cfb0
BranchProtection fixes
alexander-efremov Mar 29, 2016
903829a
License fixes
alexander-efremov Mar 29, 2016
a943928
Readme fixes
alexander-efremov Mar 29, 2016
b9b88a4
TagObject fixes
alexander-efremov Mar 29, 2016
b078c91
ReferencesClientTests fixes
alexander-efremov Mar 29, 2016
6c7e70b
ReleasesClientTests fixes
alexander-efremov Mar 29, 2016
02b5f37
RepositoryForksClientTests fixes
alexander-efremov Mar 29, 2016
31c2fb1
AuthorizationsClientTests fixes
alexander-efremov Mar 29, 2016
942d645
MiscellaneousClientTests fixes
alexander-efremov Mar 29, 2016
16c80d0
RepositoriesClientTests fixes
alexander-efremov Mar 29, 2016
ad44d4d
SearchClientTests fixes
alexander-efremov Mar 29, 2016
4e2691d
TeamsClientTests fixes
alexander-efremov Mar 29, 2016
b93f0ec
ObservableRepositoryDeployKeysClientTests fixes
alexander-efremov Mar 29, 2016
3d9402b
'Some misspellings were fixed'
alexander-efremov Mar 31, 2016
a51e17e
remove the PCL unpackaging when running on Travis
shiftkey Apr 3, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Octokit/Clients/AuthorizationsClient.cs
Original file line number Diff line number Diff line change
@@ -353,7 +353,7 @@ public async Task<ApplicationAuthorization> CheckApplicationAuthentication(strin
}

/// <summary>
/// Resets a valid OAuth token for an OAuth application without end user involvment.
/// Resets a valid OAuth token for an OAuth application without end user involvement.
/// </summary>
/// <remarks>
/// This method requires authentication.
2 changes: 1 addition & 1 deletion Octokit/Clients/IAuthorizationsClient.cs
Original file line number Diff line number Diff line change
@@ -215,7 +215,7 @@ Task<ApplicationAuthorization> GetOrCreateApplicationAuthentication(
Task<ApplicationAuthorization> CheckApplicationAuthentication(string clientId, string accessToken);

/// <summary>
/// Resets a valid OAuth token for an OAuth application without end user involvment.
/// Resets a valid OAuth token for an OAuth application without end user involvement.
/// </summary>
/// <remarks>
/// This method requires authentication.