]> source.dussan.org Git - jgit.git/commitdiff
Fix typo in IndexDiff.getModified() comment. 15/4015/1
authorKevin Sawicki <kevin@github.com>
Tue, 16 Aug 2011 20:22:42 +0000 (13:22 -0700)
committerKevin Sawicki <kevin@github.com>
Tue, 16 Aug 2011 20:22:42 +0000 (13:22 -0700)
Removes an extra instance of the word 'on'.

Change-Id: Ie5f137f0dda440f5879f6d5c62ebce0431530ad7
Signed-off-by: Kevin Sawicki <kevin@github.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java

index 0b23b23bdd52860d9fbd3065e3b19aaaaa8b0081..5d121dd92b84546a17e86d18e7aebb23854c0e35 100644 (file)
@@ -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;