summaryrefslogtreecommitdiff
path: root/test/pending/jvm/javasigs.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/jvm/javasigs.scala')
-rw-r--r--test/pending/jvm/javasigs.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/jvm/javasigs.scala b/test/pending/jvm/javasigs.scala
index 8da59ab0a0..d18a4e6fb5 100644
--- a/test/pending/jvm/javasigs.scala
+++ b/test/pending/jvm/javasigs.scala
@@ -32,7 +32,7 @@ object Scalatest {
}
- /** Execute cmd, wait for the process to end and pipe it's output to stdout */
+ /** Execute cmd, wait for the process to end and pipe its output to stdout */
def exec(cmd: String) {
val proc = Runtime.getRuntime().exec(cmd)
val inp = new BufferedReader(new InputStreamReader(proc.getInputStream))