From 5868543f1717f643342388d7476e1869edc8e9f7 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 13 Jun 2022 00:58:47 +0200 Subject: [PATCH] Fix typo in DiffTools#compare javadoc Change-Id: Ib9f8453b3b948b098d433e1b1426c32b4b4f5af8 --- .../src/org/eclipse/jgit/internal/diffmergetool/DiffTools.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/internal/diffmergetool/DiffTools.java b/org.eclipse.jgit/src/org/eclipse/jgit/internal/diffmergetool/DiffTools.java index 7cedd8299..d0034df3b 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/internal/diffmergetool/DiffTools.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/internal/diffmergetool/DiffTools.java @@ -103,7 +103,7 @@ private DiffTools(Repository repo, StoredConfig config) { * @param noToolHandler * The handler to use when needing to inform the user, that no * tool is configured. - * @return the optioanl result of executing the tool if it was executed + * @return the optional result of executing the tool if it was executed * @throws ToolException * when the tool fails */