Fixes a typo in the change log.

This commit is contained in:
James Phillips 2016-02-24 15:31:47 -08:00
parent 05bc9149a5
commit 2b2c1a583a
1 changed files with 1 additions and 1 deletions

View File

@ -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]