Skip to content

A couple small typos #1738

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

Merged
merged 2 commits into from
Nov 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 LibGit2Sharp/FetchOptionsBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ internal FetchOptionsBase()
public CredentialsHandler CredentialsProvider { get; set; }

/// <summary>
/// This hanlder will be called to let the user make a decision on whether to allow
/// This handler will be called to let the user make a decision on whether to allow
/// the connection to preoceed based on the certificate presented by the server.
/// </summary>
public CertificateCheckHandler CertificateCheck { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion LibGit2Sharp/IRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public interface IRepository : IDisposable
/// </para>
/// <para>
/// Optionally, the <paramref name="options"/> parameter allow to tweak the
/// search strategy (considering lightweith tags, or even branches as reference points)
/// search strategy (considering lightweight tags, or even branches as reference points)
/// and the formatting of the returned identifier.
/// </para>
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion LibGit2Sharp/PushOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public sealed class PushOptions
public CredentialsHandler CredentialsProvider { get; set; }

/// <summary>
/// This hanlder will be called to let the user make a decision on whether to allow
/// This handler will be called to let the user make a decision on whether to allow
/// the connection to preoceed based on the certificate presented by the server.
/// </summary>
public CertificateCheckHandler CertificateCheck { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion LibGit2Sharp/Repository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ internal void UpdatePhysicalIndex()
/// </para>
/// <para>
/// Optionally, the <paramref name="options"/> parameter allow to tweak the
/// search strategy (considering lightweith tags, or even branches as reference points)
/// search strategy (considering lightweight tags, or even branches as reference points)
/// and the formatting of the returned identifier.
/// </para>
/// </summary>
Expand Down