Skip to content

Commit 2965293

Browse files
authored
Merge pull request #1633 from arialdomartini/typo
Typo: path => patch
2 parents 8bf6ac5 + e669627 commit 2965293

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)