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 */