From 967c3ef90e3d705cac3293660d88ac3bc874df9a Mon Sep 17 00:00:00 2001 From: Matthew O'Riordan Date: Mon, 11 Aug 2014 22:46:42 +0100 Subject: [PATCH] Correct typos --- CHANGELOG.md | 2 +- lib/fog/aws/requests/dns/list_hosted_zones.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4882fb83a..2868d975b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -177,7 +177,7 @@ Watchers | 3129 * Add fog-softlayer module . thanks Matt Eldridge * Update links to DigitalOcean SSH-key docs. thanks Matthew Breeden * remove www subdomain from digital ocean ssh-key links. thanks Matthew Breeden -* Support for required EvaluateTargetHealth for ALIAS records. thanks Riordan +* Support for required EvaluateTargetHealth for ALIAS records. thanks Matthew O'Riordan * took out os_account_meta_temp_url_key as a required parameter and marked it as deprecated. this code does not belong in the hp provider. thanks Mike Hagedorn * added exception for using temp urls with no key. thanks Mike Hagedorn * Add basic mock data for vapp/vm. thanks Mike Pountney diff --git a/lib/fog/aws/requests/dns/list_hosted_zones.rb b/lib/fog/aws/requests/dns/list_hosted_zones.rb index 086ca42db..9efd26990 100644 --- a/lib/fog/aws/requests/dns/list_hosted_zones.rb +++ b/lib/fog/aws/requests/dns/list_hosted_zones.rb @@ -23,7 +23,7 @@ module Fog # * 'Marker'<~String> - # * 'MaxItems'<~Integer> - # * 'IsTruncated'<~String> - - # * 'NextMarket'<~String> + # * 'NextMarker'<~String> # * status<~Integer> - 200 when successful def list_hosted_zones(options = {}) parameters = {}