We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61caba4 + 33b9fe4 commit 0561239Copy full SHA for 0561239
src/library/scala/sys/process/package.scala
@@ -119,7 +119,7 @@ package scala.sys {
119
* ==Handling Input and Output==
120
*
121
* In the underlying Java model, once a `Process` has been started, one can
122
- * get `java.io.InputStream` and `java.io.OutpuStream` representing its
+ * get `java.io.InputStream` and `java.io.OutputStream` representing its
123
* output and input respectively. That is, what one writes to an
124
* `OutputStream` is turned into input to the process, and the output of a
125
* process can be read from an `InputStream` -- of which there are two, one
0 commit comments