From 4b4b7129bbc098199a03f8fb98223ad54c5e75db Mon Sep 17 00:00:00 2001 From: Document Doctor Date: Sat, 12 Jan 2019 19:16:13 -0500 Subject: [PATCH] Fixed typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dd8a6ec..e75cd0e1 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The following options can be supplied as system properties or environment variab * `GRAPHITE_KEYSTORE` - The HTTP KeyStore path for the https Graphite server. Default: `` * `GRAPHITE_KEYSTORE_PASSWORD` - The HTTP KeyStore password for the HTTPS Graphite server. Default: `` * `GRAPHITE_TRUSTSTORE` - The HTTP TrustStore path for the https Graphite server. Default: `` -* `GRAPHITE_CONNECTION_REQUEST_TIMEOUT` - The number of millisconds to wait to obtain a connection from the pool. Default: `0` (infinite) +* `GRAPHITE_CONNECTION_REQUEST_TIMEOUT` - The number of milliseconds to wait to obtain a connection from the pool. Default: `0` (infinite) * `GRAPHITE_CONNECT_TIMEOUT` - The number of milliseconds to wait to establish a connection. Default: `0` (infinite) * `GRAPHITE_SOCKET_TIMEOUT` - The number of milliseconds to wait for request data. Default: `0` (infinite)