diff --git a/LibGit2Sharp/FetchOptionsBase.cs b/LibGit2Sharp/FetchOptionsBase.cs
index 7b946e9e1..751678cf9 100644
--- a/LibGit2Sharp/FetchOptionsBase.cs
+++ b/LibGit2Sharp/FetchOptionsBase.cs
@@ -34,7 +34,7 @@ internal FetchOptionsBase()
public CredentialsHandler CredentialsProvider { get; set; }
///
- /// 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.
///
public CertificateCheckHandler CertificateCheck { get; set; }
diff --git a/LibGit2Sharp/IRepository.cs b/LibGit2Sharp/IRepository.cs
index 35eb34f13..fd19f9659 100644
--- a/LibGit2Sharp/IRepository.cs
+++ b/LibGit2Sharp/IRepository.cs
@@ -265,7 +265,7 @@ public interface IRepository : IDisposable
///
///
/// Optionally, the 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.
///
///
diff --git a/LibGit2Sharp/PushOptions.cs b/LibGit2Sharp/PushOptions.cs
index b5afc3eb2..99c65dd8b 100644
--- a/LibGit2Sharp/PushOptions.cs
+++ b/LibGit2Sharp/PushOptions.cs
@@ -13,7 +13,7 @@ public sealed class PushOptions
public CredentialsHandler CredentialsProvider { get; set; }
///
- /// 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.
///
public CertificateCheckHandler CertificateCheck { get; set; }
diff --git a/LibGit2Sharp/Repository.cs b/LibGit2Sharp/Repository.cs
index b6399af45..721133cc6 100644
--- a/LibGit2Sharp/Repository.cs
+++ b/LibGit2Sharp/Repository.cs
@@ -1720,7 +1720,7 @@ internal void UpdatePhysicalIndex()
///
///
/// Optionally, the 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.
///
///