Skip to content

Commit 5e1a9bd

Browse files
authored
Merge pull request #217 from AlexanderNikitin/typo
Fix typo
2 parents b117553 + 8b70f76 commit 5e1a9bd

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)