Repository: libcloud Updated Branches: refs/heads/trunk 6f21c38dc -> 3f77deaeb
dns: correct spelling in comments "Weither" -> "Whether" Closes #636 Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3f77deae Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3f77deae Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3f77deae Branch: refs/heads/trunk Commit: 3f77deaebf60ff779abc1eb87d8b8d7c08438ad1 Parents: 6f21c38 Author: Ken Dreyer <[email protected]> Authored: Thu Nov 19 21:09:32 2015 -0700 Committer: Tomaz Muraus <[email protected]> Committed: Fri Nov 20 22:14:22 2015 +0100 ---------------------------------------------------------------------- libcloud/dns/base.py | 2 +- libcloud/dns/drivers/worldwidedns.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/3f77deae/libcloud/dns/base.py ---------------------------------------------------------------------- diff --git a/libcloud/dns/base.py b/libcloud/dns/base.py index b374ebc..a3a5b1c 100644 --- a/libcloud/dns/base.py +++ b/libcloud/dns/base.py @@ -166,7 +166,7 @@ class DNSDriver(BaseDriver): :param secret: Secret password to be used (required) :type secret: ``str`` - :param secure: Weither to use HTTPS or HTTP. Note: Some providers + :param secure: Whether to use HTTPS or HTTP. Note: Some providers only support HTTPS, and it is on by default. :type secure: ``bool`` http://git-wip-us.apache.org/repos/asf/libcloud/blob/3f77deae/libcloud/dns/drivers/worldwidedns.py ---------------------------------------------------------------------- diff --git a/libcloud/dns/drivers/worldwidedns.py b/libcloud/dns/drivers/worldwidedns.py index 69373b1..432c528 100644 --- a/libcloud/dns/drivers/worldwidedns.py +++ b/libcloud/dns/drivers/worldwidedns.py @@ -70,7 +70,7 @@ class WorldWideDNSDriver(DNSDriver): :param reseller_id: Reseller ID for reseller accounts :type reseller_id: ``str`` - :param secure: Weither to use HTTPS or HTTP. Note: Some providers + :param secure: Whether to use HTTPS or HTTP. Note: Some providers only support HTTPS, and it is on by default. :type secure: ``bool``
