]> source.dussan.org Git - jgit.git/commitdiff
FS: Fix a minor typo in runInShell() docs 57/48557/2
authorSebastian Schuberth <sschuberth@gmail.com>
Mon, 25 May 2015 18:07:53 +0000 (20:07 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 25 May 2015 19:23:20 +0000 (21:23 +0200)
Change-Id: I5b1a5f3732aa97f83a4d39b42ba0f1e8eff9dec4
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java

index 24b8974e973d26b21d0127bee38acd8dc42f97de..557aa8e03ecb6b07548fd14660c9a96300a4a55b 100644 (file)
@@ -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