From 0181a38ebc2c6ee736a3965d1aedda78e65bf145 Mon Sep 17 00:00:00 2001 From: Nick Poorman Date: Wed, 16 May 2018 08:37:21 -0400 Subject: [PATCH] Fix typo in reference.conf (#25106) rasio => ratio --- 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 898b1b198b..f1d550b82e 100644 --- a/akka-actor/src/main/resources/reference.conf +++ b/akka-actor/src/main/resources/reference.conf @@ -302,7 +302,7 @@ akka { # When downsizing after a long streak of underutilization, the resizer # will downsize the pool to the highest utiliziation multiplied by a - # a downsize rasio. This downsize ratio determines the new pools size + # a downsize ratio. This downsize ratio determines the new pools size # in comparison to the highest utilization. # E.g. if the highest utilization is 10, and the down size ratio # is 0.8, the pool will be downsized to 8