Browse Source

FS: Fix a minor typo in runInShell() docs

Change-Id: I5b1a5f3732aa97f83a4d39b42ba0f1e8eff9dec4
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
stable-4.1
Sebastian Schuberth 10 years ago committed by Matthias Sohn
parent
commit
9599f3f1a6
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java

2
org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java

@ -944,7 +944,7 @@ public abstract class FS {
}
/**
* Initialize a ProcesssBuilder to run a command using the system shell.
* Initialize a ProcessBuilder to run a command using the system shell.
*
* @param cmd
* command to execute. This string should originate from the

Loading…
Cancel
Save