From f591a315aee55d69c828b6492d765d733289c77e Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Tue, 20 Dec 2011 13:50:30 +0100 Subject: [PATCH] Fixed typo --- akka-actor/src/main/resources/reference.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-actor/src/main/resources/reference.conf b/akka-actor/src/main/resources/reference.conf index e723fb400f..14e60ee663 100644 --- a/akka-actor/src/main/resources/reference.conf +++ b/akka-actor/src/main/resources/reference.conf @@ -139,7 +139,7 @@ akka { # Allow core threads to time out allow-core-timeout = on - # How long time the dispatcher will wait for new actors until it shut down + # How long time the dispatcher will wait for new actors until it shuts down shutdown-timeout = 1s # Throughput defines the number of messages that are processed in a batch