Skip to content

Commit b5d14bf

Browse files
committed
Fix typo in Documentation
1 parent 11dcf82 commit b5d14bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/scala/sys/process/ProcessBuilder.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ import ProcessBuilder._
127127
*
128128
* Finally, `!` at the end executes the commands, and returns the exit value.
129129
* Whatever is printed will be sent to the Scala process standard output. If
130-
* we wanted to caputre it, we could run that with `!!` instead.
130+
* we wanted to capture it, we could run that with `!!` instead.
131131
*
132132
* Note: though it is not shown above, the equivalent of a shell's `;` would be
133133
* `###`. The reason for this name is that `;` is a reserved token in Scala.

0 commit comments

Comments
 (0)