Skip to content

Commit 37cf8af

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibGit2Sharp/Repository.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@ public void Remove(IEnumerable<string> paths, bool removeFromWorkingDirectory, E
18881888
}
18891889

18901890
/// <summary>
1891-
/// Retrieves the state of a file in the working directory, comparing it against the staging area and the latest commmit.
1891+
/// Retrieves the state of a file in the working directory, comparing it against the staging area and the latest commit.
18921892
/// </summary>
18931893
/// <param name="filePath">The relative path within the working directory to the file.</param>
18941894
/// <returns>A <see cref="FileStatus"/> representing the state of the <paramref name="filePath"/> parameter.</returns>
@@ -1902,7 +1902,7 @@ public FileStatus RetrieveStatus(string filePath)
19021902
}
19031903

19041904
/// <summary>
1905-
/// Retrieves the state of all files in the working directory, comparing them against the staging area and the latest commmit.
1905+
/// Retrieves the state of all files in the working directory, comparing them against the staging area and the latest commit.
19061906
/// </summary>
19071907
/// <param name="options">If set, the options that control the status investigation.</param>
19081908
/// <returns>A <see cref="RepositoryStatus"/> holding the state of all the files.</returns>

0 commit comments

Comments
 (0)