diff options
-rw-r--r-- | org.eclipse.jgit.ssh.apache/README.md | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.ssh.jsch/README.md | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/org.eclipse.jgit.ssh.jsch/README.md b/org.eclipse.jgit.ssh.jsch/README.md index 48f43f0f87..b64bef3f77 100644 --- a/org.eclipse.jgit.ssh.jsch/README.md +++ b/org.eclipse.jgit.ssh.jsch/README.md @@ -56,4 +56,4 @@ FetchCommand fetch = git.fetch() 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. |