diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-06-13 00:58:47 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-06-13 00:58:47 +0200 |
commit | 5868543f1717f643342388d7476e1869edc8e9f7 (patch) | |
tree | cf27ae5945f5adf8e6f18abf4a7ad05a5828611d | |
parent | d4c853974f335da507a5140ca21c28c65000f672 (diff) | |
download | jgit-5868543f1717f643342388d7476e1869edc8e9f7.tar.gz jgit-5868543f1717f643342388d7476e1869edc8e9f7.zip |
Fix typo in DiffTools#compare javadoc
Change-Id: Ib9f8453b3b948b098d433e1b1426c32b4b4f5af8
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/internal/diffmergetool/DiffTools.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 7cedd82995..d0034df3bc 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 @@ public class DiffTools { * @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 */ |