Skip to content

Commit

Permalink
Merge pull request #1648 from marekpetak/fixTypo
Browse files Browse the repository at this point in the history
Fix spelling in comments
  • Loading branch information
bording committed Dec 10, 2018
2 parents 7e44514 + 52f8c73 commit e5fdf1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LibGit2Sharp/CommitFilter.cs
Expand Up @@ -6,7 +6,7 @@
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
{
Expand All @@ -21,7 +21,7 @@ public CommitFilter()
}

/// <summary>
/// The ordering stragtegy to use.
/// The ordering strategy to use.
/// <para>
/// By default, the commits are shown in reverse chronological order.
/// </para>
Expand Down

0 comments on commit e5fdf1b

Please sign in to comment.