Fix typo in CHANGELOG.md (#6313)

This commit is contained in:
Andrew Murray 2016-04-23 13:00:30 +10:00 committed by James Nugent
parent 51a71c0a49
commit 9ef18d9ebd
1 changed files with 1 additions and 1 deletions

View File

@ -1770,7 +1770,7 @@ BUG FIXES:
* providers/aws: Retry deleting subnet for some time while AWS eventually
destroys dependencies. ([#357](https://github.com/hashicorp/terraform/issues/357))
* providers/aws: More robust destroy for route53 records. ([#342](https://github.com/hashicorp/terraform/issues/342))
* providers/aws: ELB generates much more correct plans without extranneous
* providers/aws: ELB generates much more correct plans without extraneous
data.
* providers/aws: ELB works properly with dynamically changing
count of instances.