From 86546d4083dfe5fb8f25ca649cc3d7cf92ef880b Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Thu, 13 Oct 2011 13:29:05 +0200 Subject: [PATCH] Fixed spelling error --- akka-actor-tests/src/test/scala/akka/util/IndexSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-actor-tests/src/test/scala/akka/util/IndexSpec.scala b/akka-actor-tests/src/test/scala/akka/util/IndexSpec.scala index 94a936d101..7f55657527 100644 --- a/akka-actor-tests/src/test/scala/akka/util/IndexSpec.scala +++ b/akka-actor-tests/src/test/scala/akka/util/IndexSpec.scala @@ -96,7 +96,7 @@ class IndexSpec extends WordSpec with MustMatchers { //Fill for (key ← 1 to 10; value ← 1 to 10) index.put(key, value) - //Perform operations in parallell + //Perform operations in parallel for (_ ← 1 to iterations) { //Put actors actor {