Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Schuberth2015-05-25 18:07:53 +0000
committerMatthias Sohn2015-05-25 19:23:20 +0000
commit9599f3f1a6111a12b07a8a51755d3ca2452d53d3 (patch)
tree9aba0d5f031bb617f6288ff6ee4ce6a80f271c7f
parent7ee351fb95c5756a171d1b5af50df9aa107cd9c4 (diff)
downloadjgit-9599f3f1a6111a12b07a8a51755d3ca2452d53d3.tar.gz
jgit-9599f3f1a6111a12b07a8a51755d3ca2452d53d3.tar.xz
jgit-9599f3f1a6111a12b07a8a51755d3ca2452d53d3.zip
FS: Fix a minor typo in runInShell() docs
Change-Id: I5b1a5f3732aa97f83a4d39b42ba0f1e8eff9dec4 Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
-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

Back to the top