From 2b2c1a583a16a4a11f89efdb318040c038c53e26 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 24 Feb 2016 15:31:47 -0800 Subject: [PATCH] Fixes a typo in the change log. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e02f9561fd..b62c172b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ BACKWARDS INCOMPATIBILITIES: and their lifetime was managed by a finalizer, but this wasn't reliable in certain situations. If you don't reuse your API client object, then there's nothing to do. If you have a long-lived API client object, you may want to configure it using the - `DefaultPooledTransport` so it will reuse a single connecetion to Consul. Here's an + `DefaultPooledTransport` so it will reuse a single connection to Consul. Here's an [example from Vault](https://github.com/hashicorp/vault) showing how to do this. [GH-1731]