Skip to content

Commit 0b4ee8f

Browse files
committed
spelling mistake
1 parent 2480317 commit 0b4ee8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp.Tests/IndexFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ public void CanAddAnEntryToTheIndexFromABlob()
431431
}
432432

433433
[Fact]
434-
public void AddingAnEntryToTheIndexFromAUnknwonFileInTheWorkdirThrows()
434+
public void AddingAnEntryToTheIndexFromAUnknownFileInTheWorkdirThrows()
435435
{
436436
var path = SandboxStandardTestRepoGitDir();
437437
using (var repo = new Repository(path))

0 commit comments

Comments
 (0)