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.
1 parent 11dcf82 commit b5d14bfCopy full SHA for b5d14bf
src/library/scala/sys/process/ProcessBuilder.scala
@@ -127,7 +127,7 @@ import ProcessBuilder._
127
*
128
* Finally, `!` at the end executes the commands, and returns the exit value.
129
* 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.
+ * we wanted to capture it, we could run that with `!!` instead.
131
132
* Note: though it is not shown above, the equivalent of a shell's `;` would be
133
* `###`. The reason for this name is that `;` is a reserved token in Scala.
0 commit comments