Skip to content

Commit

Permalink
spelling: very simple
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed May 17, 2017
1 parent 8f7fb72 commit 393e150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</p>
<ul>
<li>
{@link SimpleDiff Simple Diff} is a verys imple algorithm that
{@link SimpleDiff Simple Diff} is a very simple algorithm that
is fast and works well with very large input sequences, but
that frequently produces result that are suboptimal (at times
four or more times larger than GNU diff).
Expand Down
2 changes: 1 addition & 1 deletion jrcs/src/main/java/org/apache/commons/jrcs/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Two implementations of the differencing algorithm are provided.

* {@link SimpleDiff Simple Diff} is a verys imple algorithm that is fast and works well with very large input sequences, but that frequently produces result that are suboptimal (at times four or more times larger than GNU diff).
* {@link SimpleDiff Simple Diff} is a very simple algorithm that is fast and works well with very large input sequences, but that frequently produces result that are suboptimal (at times four or more times larger than GNU diff).
* {@link org.apache.commons.jrcs.diff.myers.MyersDiff MyersDiff} is an implementation of Gene Myers differencing algorithm. Myer's algorithm produces optimum results (minimum diffs), but consumes considerably more memory than SimpleDiff, so its not suitable for very large files.

@author Juanco Anez
Expand Down

0 comments on commit 393e150

Please sign in to comment.