Repository: libcloud
Updated Branches:
  refs/heads/trunk e4e56e933 -> 9c8bea8ff


Fix Typo - wether -> whether

Closes #913.

Signed-off-by: Tomaz Muraus <to...@tomaz.me>


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

Branch: refs/heads/trunk
Commit: 9c8bea8ff67346123e6782442fdce2448e9b67e2
Parents: e4e56e9
Author: Avijeet Gupta <avijee...@users.noreply.github.com>
Authored: Tue Oct 18 20:04:56 2016 +0530
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Tue Oct 18 22:49:15 2016 +0200

----------------------------------------------------------------------
 .pylintrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/9c8bea8f/.pylintrc
----------------------------------------------------------------------
diff --git a/.pylintrc b/.pylintrc
index 56d02c2..14d137f 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -24,7 +24,7 @@ generated-members=async_request,objects
 
 [VARIABLES]
 
-# Tells wether we should check for unused import in __init__ files.
+# Tells whether we should check for unused import in __init__ files.
 init-import=no
 
 # A regular expression matching names used for dummy variables (i.e. not used).

Reply via email to