Skip to content

Commit 09e8977

Browse files
authored
Merge pull request libgit2#1738 from Alchus/a-typo
A couple small typos
2 parents e237c8b + 48fb428 commit 09e8977

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LibGit2Sharp/FetchOptionsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ internal FetchOptionsBase()
3434
public CredentialsHandler CredentialsProvider { get; set; }
3535

3636
/// <summary>
37-
/// This hanlder will be called to let the user make a decision on whether to allow
37+
/// This handler will be called to let the user make a decision on whether to allow
3838
/// the connection to preoceed based on the certificate presented by the server.
3939
/// </summary>
4040
public CertificateCheckHandler CertificateCheck { get; set; }

LibGit2Sharp/IRepository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public interface IRepository : IDisposable
265265
/// </para>
266266
/// <para>
267267
/// Optionally, the <paramref name="options"/> parameter allow to tweak the
268-
/// search strategy (considering lightweith tags, or even branches as reference points)
268+
/// search strategy (considering lightweight tags, or even branches as reference points)
269269
/// and the formatting of the returned identifier.
270270
/// </para>
271271
/// </summary>

LibGit2Sharp/PushOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public sealed class PushOptions
1313
public CredentialsHandler CredentialsProvider { get; set; }
1414

1515
/// <summary>
16-
/// This hanlder will be called to let the user make a decision on whether to allow
16+
/// This handler will be called to let the user make a decision on whether to allow
1717
/// the connection to preoceed based on the certificate presented by the server.
1818
/// </summary>
1919
public CertificateCheckHandler CertificateCheck { get; set; }

LibGit2Sharp/Repository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1720,7 +1720,7 @@ internal void UpdatePhysicalIndex()
17201720
/// </para>
17211721
/// <para>
17221722
/// Optionally, the <paramref name="options"/> parameter allow to tweak the
1723-
/// search strategy (considering lightweith tags, or even branches as reference points)
1723+
/// search strategy (considering lightweight tags, or even branches as reference points)
17241724
/// and the formatting of the returned identifier.
17251725
/// </para>
17261726
/// </summary>

0 commit comments

Comments
 (0)