8000 Typo: path => patch · leoniDEV/libgit2sharp@e669627 · GitHub
[go: up one dir, main page]

Skip to content

Commit e669627

Browse files
Typo: path => patch
1 parent 0cc3e5d commit e669627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp.Tests/PatchEntryChangesFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void PatchEntryBasics()
2323
Tree rootCommitTree = repo.Lookup<Commit>("f8d44d7").Tree;
2424
Tree commitTreeWithUpdatedFile = repo.Lookup<Commit>("ec9e401").Tree;
2525

26-
// Create path by diffing
26+
// Create patch by diffing
2727
using (var patch = repo.Diff.Compare<Patch>(rootCommitTree, commitTreeWithUpdatedFile))
2828
{
2929
PatchEntryChanges entryChanges = patch[file];

0 commit comments

Comments
 (0)
0