From 2f0a880bd6209132b72a0a896054864a22d9f24f Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 6 Dec 2017 19:59:55 +0900 Subject: [PATCH] DirCacheCheckout#processEntry: Fix typo in javadoc Change-Id: Ie08a6275f4656ebb46abe8748b73b0fb52a98a35 Signed-off-by: David Pursehouse --- .../src/org/eclipse/jgit/dircache/DirCacheCheckout.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 false 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 false is returned the checkout was -- 2.39.5