From ec04939a76172799950e8a1eee5f744e327c69e9 Mon Sep 17 00:00:00 2001 From: Max Hohenegger Date: Mon, 25 Jan 2016 22:35:48 +0100 Subject: [PATCH] Fixed typo in JavaDoc Change-Id: I5c866c706f94ab84c1c494c1e495d0b983c2a3ca Signed-off-by: Max Hohenegger --- org.eclipse.egit.core/src/org/eclipse/egit/core/RevUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.egit.core/src/org/eclipse/egit/core/RevUtils.java b/org.eclipse.egit.core/src/org/eclipse/egit/core/RevUtils.java index 84f636238..1d4a86259 100644 --- a/org.eclipse.egit.core/src/org/eclipse/egit/core/RevUtils.java +++ b/org.eclipse.egit.core/src/org/eclipse/egit/core/RevUtils.java @@ -37,7 +37,7 @@ public class RevUtils { } /** - * Finds and returns instance of common ancestor commit for given to + * Finds and returns instance of common ancestor commit for given two * commit's * * @param repo repository in which common ancestor should be searched, cannot be null -- 2.11.4.GIT