From b5d14bf8bde06e36ce759cf68e819ddce2a8037b Mon Sep 17 00:00:00 2001 From: Valerian Date: Sun, 14 Jul 2013 00:02:14 +0200 Subject: Fix typo in Documentation --- src/library/scala/sys/process/ProcessBuilder.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library/scala/sys/process/ProcessBuilder.scala b/src/library/scala/sys/process/ProcessBuilder.scala index c8e548c76b..adf5a4f6b2 100644 --- a/src/library/scala/sys/process/ProcessBuilder.scala +++ b/src/library/scala/sys/process/ProcessBuilder.scala @@ -127,7 +127,7 @@ import ProcessBuilder._ * * Finally, `!` at the end executes the commands, and returns the exit value. * Whatever is printed will be sent to the Scala process standard output. If - * we wanted to caputre it, we could run that with `!!` instead. + * we wanted to capture it, we could run that with `!!` instead. * * Note: though it is not shown above, the equivalent of a shell's `;` would be * `###`. The reason for this name is that `;` is a reserved token in Scala. -- cgit v1.2.3