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>
This commit is contained in:
Kevin Sawicki 2011-08-16 13:22:42 -07:00
parent 100e9429b5
commit ac909ec89d
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ public Set<String> getMissing() {
}
/**
* @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;