diff options
| author | Kevin Sawicki | 2011-08-16 20:22:42 +0000 |
|---|---|---|
| committer | Kevin Sawicki | 2011-08-16 20:22:42 +0000 |
| commit | ac909ec89d7a6f59e2d02dcc900a4f80576b12a4 (patch) | |
| tree | 33e8fbbded974f3de53cf56e62a0d5db3075e9eb | |
| parent | 100e9429b5a7eea8383c6e693d17b6233794c488 (diff) | |
| download | jgit-ac909ec89d7a6f59e2d02dcc900a4f80576b12a4.tar.gz jgit-ac909ec89d7a6f59e2d02dcc900a4f80576b12a4.tar.xz jgit-ac909ec89d7a6f59e2d02dcc900a4f80576b12a4.zip | |
Fix typo in IndexDiff.getModified() comment.
Removes an extra instance of the word 'on'.
Change-Id: Ie5f137f0dda440f5879f6d5c62ebce0431530ad7
Signed-off-by: Kevin Sawicki <kevin@github.com>
| -rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java b/org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java index 0b23b23bdd..5d121dd92b 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java @@ -377,7 +377,7 @@ public class IndexDiff { } /** - * @return list of files on modified on disk relative to the index + * @return list of files modified on disk relative to the index */ public Set<String> getModified() { return modified; |
