Repository: libcloud Updated Branches: refs/heads/trunk 19d6a4611 -> 1ba38fac9
Fix typo. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1ba38fac Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1ba38fac Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/1ba38fac Branch: refs/heads/trunk Commit: 1ba38fac96fce469005119c766410a3b13451838 Parents: 19d6a46 Author: Tomaz Muraus <[email protected]> Authored: Tue Feb 23 16:30:08 2016 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Tue Feb 23 16:30:08 2016 +0100 ---------------------------------------------------------------------- libcloud/common/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/1ba38fac/libcloud/common/base.py ---------------------------------------------------------------------- diff --git a/libcloud/common/base.py b/libcloud/common/base.py index 1321f45..1f353ab 100644 --- a/libcloud/common/base.py +++ b/libcloud/common/base.py @@ -830,7 +830,7 @@ class Connection(object): # "host" Connection class attribute is set to an incorrect # value class_name = self.__class__.__name__ - msg = ('%s. Perhaphs "host" Connection class attribute ' + msg = ('%s. Perhaps "host" Connection class attribute ' '(%s.connection) is set to an invalid, non-hostname ' 'value (%s)?' % (message, class_name, self.host))
