Skip to content

Commit de4db2d

Browse files
Fix a typo in a comment.
1 parent 37cf8af commit de4db2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/RepositoryExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ public static void Remove(this IRepository repository, IEnumerable<string> paths
774774
}
775775

776776
/// <summary>
777-
/// Retrieves the state of all files in the working directory, comparing them against the staging area and the latest commmit.
777+
/// Retrieves the state of all files in the working directory, comparing them against the staging area and the latest commit.
778778
/// </summary>
779779
/// <returns>A <see cref="RepositoryStatus"/> holding the state of all the files.</returns>
780780
/// <param name="repository">The <see cref="IRepository"/> being worked with.</param>

0 commit comments

Comments
 (0)