diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2021-11-13 19:00:58 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-15 22:26:21 +0100 |
commit | 78b7d9e4fa1bdd3ba27b39190b45f7bdf0b61fff (patch) | |
tree | 3ad8aeec08701b472b9aa0f79673761e4172769e /org.eclipse.jgit.ssh.apache | |
parent | 057f1d9123f43aceecf413acc5e759e4a97dc8e4 (diff) | |
download | jgit-78b7d9e4fa1bdd3ba27b39190b45f7bdf0b61fff.tar.gz jgit-78b7d9e4fa1bdd3ba27b39190b45f7bdf0b61fff.zip |
Typo fix in o.e.j.ssh.{jsch,apache}/README.md
Change-Id: Ia7da92421f8fecb2a175eb23ecfd04a67e0ca8cc
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.jgit.ssh.apache')
-rw-r--r-- | org.eclipse.jgit.ssh.apache/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ssh.apache/README.md b/org.eclipse.jgit.ssh.apache/README.md index 3bbda523be..cba87ac9cc 100644 --- a/org.eclipse.jgit.ssh.apache/README.md +++ b/org.eclipse.jgit.ssh.apache/README.md @@ -58,4 +58,4 @@ To use a different SSH implementation: JGit has built-in support for not using any Java SSH implementation but an external SSH executable. To use an external SSH executable, set environment variable **GIT_SSH** to the path of the executable. JGit will create a sub-process to run the executable and -communicate with this sup-process to perform the git operation. +communicate with this sub-process to perform the git operation. |