Skip to content

Commit 8b70f76

Browse files
Fix typo
1 parent b117553 commit 8b70f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-diff-utils-jgit/src/main/java/com/github/difflib/algorithm/jgit/HistogramDiff.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import org.eclipse.jgit.diff.SequenceComparator;
2929

3030
/**
31-
* HistorgramDiff using JGit - Library. This one is much more performant than the original Myers
31+
* HistogramDiff using JGit - Library. This one is much more performant than the original Myers
3232
* implementation.
3333
*
3434
* @author toben

0 commit comments

Comments
 (0)