summaryrefslogtreecommitdiff
path: root/src/library/scala/sys
diff options
context:
space:
mode:
authorSteven Mitchell <mitchellxb@gmail.com>2016-08-02 15:29:02 -0700
committerSteven Mitchell <mitchellxb@gmail.com>2016-08-02 15:29:02 -0700
commit0022e59b8656a2fbb44f97498e67b9a35de3f29f (patch)
tree9978b8077f825c7f1ebbd3906a4ec5f5985cc710 /src/library/scala/sys
parent25b29ea4036b0bc910a5eb07d64c93d294be4e55 (diff)
downloadscala-0022e59b8656a2fbb44f97498e67b9a35de3f29f.tar.gz
scala-0022e59b8656a2fbb44f97498e67b9a35de3f29f.tar.bz2
scala-0022e59b8656a2fbb44f97498e67b9a35de3f29f.zip
Typo fix in scala.sys.process.ProcessBuilder.
Diffstat (limited to 'src/library/scala/sys')
-rw-r--r--src/library/scala/sys/process/ProcessBuilder.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/scala/sys/process/ProcessBuilder.scala b/src/library/scala/sys/process/ProcessBuilder.scala
index 35f3f4d7a5..9713b712fc 100644
--- a/src/library/scala/sys/process/ProcessBuilder.scala
+++ b/src/library/scala/sys/process/ProcessBuilder.scala
@@ -15,8 +15,8 @@ import ProcessBuilder._
/** Represents a sequence of one or more external processes that can be
* executed. A `ProcessBuilder` can be a single external process, or a
- * combination of other `ProcessBuilder`. One can control where a
- * the output of an external process will go to, and where its input will come
+ * combination of other `ProcessBuilder`. One can control where the
+ * output of an external process will go to, and where its input will come
* from, or leave that decision to whoever starts it.
*
* One creates a `ProcessBuilder` through factories provided in