8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e44514 commit 52f8c73Copy full SHA for 52f8c73
LibGit2Sharp/CommitFilter.cs
@@ -6,7 +6,7 @@
6
namespace LibGit2Sharp
7
{
8
/// <summary>
9
- /// 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.
10
/// </summary>
11
public sealed class CommitFilter
12
@@ -21,7 +21,7 @@ public CommitFilter()
21
}
22
23
24
- /// The ordering stragtegy to use.
+ /// The ordering strategy to use.
25
/// <para>
26
/// By default, the commits are shown in reverse chronological order.
27
/// </para>
0 commit comments