From dfbe9c415114956937a7f86356789de303a63b0c Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 19 Nov 2015 21:09:32 -0700 Subject: [PATCH] dns: correct spelling in comments "Weither" -> "Whether" --- libcloud/dns/base.py | 2 +- libcloud/dns/drivers/worldwidedns.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libcloud/dns/base.py b/libcloud/dns/base.py index b374ebc9ee..a3a5b1ceef 100644 --- a/libcloud/dns/base.py +++ b/libcloud/dns/base.py @@ -166,7 +166,7 @@ def __init__(self, key, secret=None, secure=True, host=None, port=None, :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`` diff --git a/libcloud/dns/drivers/worldwidedns.py b/libcloud/dns/drivers/worldwidedns.py index 69373b1934..432c528ceb 100644 --- a/libcloud/dns/drivers/worldwidedns.py +++ b/libcloud/dns/drivers/worldwidedns.py @@ -70,7 +70,7 @@ def __init__(self, key, secret=None, reseller_id=None, secure=True, :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``