Skip to content

Commit

Permalink
Fixed a tiny typo: 'hanlder' to 'handler'
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasSowders committed Nov 12, 2019
1 parent 9fc472c commit 48fb428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/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

0 comments on commit 48fb428

Please sign in to comment.