Skip to content

Commit e5fdf1b

Browse files
authored
Merge pull request libgit2#1648 from marekpetak/fixTypo
Fix spelling in comments
2 parents 7e44514 + 52f8c73 commit e5fdf1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibGit2Sharp/CommitFilter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace LibGit2Sharp
77
{
88
/// <summary>
9-
/// Criterias used to filter out and order the commits of the repository when querying its history.
9+
/// Criteria used to filter out and order the commits of the repository when querying its history.
1010
/// </summary>
1111
public sealed class CommitFilter
1212
{
@@ -21,7 +21,7 @@ public CommitFilter()
2121
}
2222

2323
/// <summary>
24-
/// The ordering stragtegy to use.
24+
/// The ordering strategy to use.
2525
/// <para>
2626
/// By default, the commits are shown in reverse chronological order.
2727
/// </para>

0 commit comments

Comments
 (0)