Repository: libcloud
Updated Branches:
  refs/heads/trunk 96f704333 -> de401aca8


compute: correct whether spelling in doc strings  Weither -> Whether
Closes #764


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7b999280
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/7b999280
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/7b999280

Branch: refs/heads/trunk
Commit: 7b9992806fd180edf99eac935e9fba18cbc2b350
Parents: 30418de
Author: Ken Dreyer <ktdre...@ktdreyer.com>
Authored: Mon Apr 18 09:07:34 2016 -0600
Committer: anthony-shaw <anthonys...@apache.org>
Committed: Tue Apr 19 03:02:44 2016 +1000

----------------------------------------------------------------------
 libcloud/compute/drivers/rimuhosting.py | 2 +-
 libcloud/compute/drivers/vcl.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/7b999280/libcloud/compute/drivers/rimuhosting.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/rimuhosting.py 
b/libcloud/compute/drivers/rimuhosting.py
index 4cf8457..feb8de0 100644
--- a/libcloud/compute/drivers/rimuhosting.py
+++ b/libcloud/compute/drivers/rimuhosting.py
@@ -128,7 +128,7 @@ class RimuHostingNodeDriver(NodeDriver):
         :param    api_context: Optional API context.
         :type     api_context: ``str``
 
-        :param    secure: Weither to use HTTPS or HTTP.
+        :param    secure: Whether to use HTTPS or HTTP.
         :type     secure: ``bool``
 
         :rtype: ``None``

http://git-wip-us.apache.org/repos/asf/libcloud/blob/7b999280/libcloud/compute/drivers/vcl.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/vcl.py b/libcloud/compute/drivers/vcl.py
index a5ec464..f27779b 100644
--- a/libcloud/compute/drivers/vcl.py
+++ b/libcloud/compute/drivers/vcl.py
@@ -77,7 +77,7 @@ class VCLNodeDriver(NodeDriver):
         :param    secret: Secret password to be used (required)
         :type     secret: ``str``
 
-        :param    secure: Weither to use HTTPS or HTTP.
+        :param    secure: Whether to use HTTPS or HTTP.
         :type     secure: ``bool``
 
         :param    host: Override hostname used for connections. (required)

Reply via email to