Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Ording <bording@gmail.com>2018-12-10 18:43:06 +0300
committerGitHub <noreply@github.com>2018-12-10 18:43:06 +0300
commite5fdf1b8be0fd4d75fb2bd62a53fdd9a81bb84f6 (patch)
treeef63171f0d6ee4032a87c091a9733b503235c10f
parent7e44514f3b24a2ee934d68b2e51a2ac28cfb6a30 (diff)
parent52f8c73fbbeb3186f2054a6fa2ed38487cfafea9 (diff)
Merge pull request #1648 from marekpetak/fixTypo
Fix spelling in comments
-rw-r--r--LibGit2Sharp/CommitFilter.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibGit2Sharp/CommitFilter.cs b/LibGit2Sharp/CommitFilter.cs
index 56b23389..8997ca77 100644
--- a/LibGit2Sharp/CommitFilter.cs
+++ b/LibGit2Sharp/CommitFilter.cs
@@ -6,7 +6,7 @@ using System.Linq;
namespace LibGit2Sharp
{
/// <summary>
- /// Criterias used to filter out and order the commits of the repository when querying its history.
+ /// Criteria used to filter out and order the commits of the repository when querying its history.
/// </summary>
public sealed class CommitFilter
{
@@ -21,7 +21,7 @@ namespace LibGit2Sharp
}
/// <summary>
- /// The ordering stragtegy to use.
+ /// The ordering strategy to use.
/// <para>
/// By default, the commits are shown in reverse chronological order.
/// </para>