summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
diff options
context:
space:
mode:
authorSebastian Schuberth <sschuberth@gmail.com>2015-05-25 20:07:53 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2015-05-25 21:23:20 +0200
commit9599f3f1a6111a12b07a8a51755d3ca2452d53d3 (patch)
tree9aba0d5f031bb617f6288ff6ee4ce6a80f271c7f /org.eclipse.jgit
parent7ee351fb95c5756a171d1b5af50df9aa107cd9c4 (diff)
downloadjgit-9599f3f1a6111a12b07a8a51755d3ca2452d53d3.tar.gz
jgit-9599f3f1a6111a12b07a8a51755d3ca2452d53d3.zip
FS: Fix a minor typo in runInShell() docs
Change-Id: I5b1a5f3732aa97f83a4d39b42ba0f1e8eff9dec4 Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java b/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java
index 24b8974e97..557aa8e03e 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java
+++ b/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