Skip to content

Commit 0561239

Browse files
committed
Merge pull request scala#4200 from er1c/typo
Fix scaladoc OutpuStream typo
2 parents 61caba4 + 33b9fe4 commit 0561239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/scala/sys/process/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ package scala.sys {
119119
* ==Handling Input and Output==
120120
*
121121
* In the underlying Java model, once a `Process` has been started, one can
122-
* get `java.io.InputStream` and `java.io.OutpuStream` representing its
122+
* get `java.io.InputStream` and `java.io.OutputStream` representing its
123123
* output and input respectively. That is, what one writes to an
124124
* `OutputStream` is turned into input to the process, and the output of a
125125
* process can be read from an `InputStream` -- of which there are two, one

0 commit comments

Comments
 (0)