Fix typo in DiffTools#compare javadoc

Change-Id: Ib9f8453b3b948b098d433e1b1426c32b4b4f5af8
This commit is contained in:
Matthias Sohn 2022-06-13 00:58:47 +02:00
parent d4c853974f
commit 5868543f17
1 changed files with 1 additions and 1 deletions

View File

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