diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2017-12-06 19:59:55 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2017-12-06 20:00:21 +0900 |
commit | 2f0a880bd6209132b72a0a896054864a22d9f24f (patch) | |
tree | 32a7ac0fbbfa1188964b0d5c312e5bd2df30ceb6 /org.eclipse.jgit/src | |
parent | 68c77a4d397d8af216ba730f1d1e43d7affe40e2 (diff) | |
download | jgit-2f0a880bd6209132b72a0a896054864a22d9f24f.tar.gz jgit-2f0a880bd6209132b72a0a896054864a22d9f24f.zip |
DirCacheCheckout#processEntry: Fix typo in javadoc
Change-Id: Ie08a6275f4656ebb46abe8748b73b0fb52a98a35
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit/src')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java b/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java index f8c23ca64f..a6ab9c8921 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java @@ -441,7 +441,7 @@ public class DirCacheCheckout { * working tree was modified; even if the checkout fails. * * @return <code>false</code> if this method could not delete all the files - * which should be deleted (e.g. because of of the files was + * which should be deleted (e.g. because one of the files was * locked). In this case {@link #getToBeDeleted()} lists the files * which should be tried to be deleted outside of this method. * Although <code>false</code> is returned the checkout was |