Small typo Closes #693
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0e4e0ada Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0e4e0ada Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0e4e0ada Branch: refs/heads/trunk Commit: 0e4e0ada6ae579e5c739993bb6b714841eac990e Parents: a956d82 Author: Jeffrey Dunham <[email protected]> Authored: Sun Feb 7 16:58:47 2016 -0500 Committer: anthony-shaw <[email protected]> Committed: Sun Feb 7 19:51:30 2016 +1100 ---------------------------------------------------------------------- libcloud/common/dimensiondata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/0e4e0ada/libcloud/common/dimensiondata.py ---------------------------------------------------------------------- diff --git a/libcloud/common/dimensiondata.py b/libcloud/common/dimensiondata.py index ee75afd..841f790 100644 --- a/libcloud/common/dimensiondata.py +++ b/libcloud/common/dimensiondata.py @@ -83,7 +83,7 @@ DEFAULT_REGION = 'dd-na' BAD_CODE_XML_ELEMENTS = ( ('responseCode', SERVER_NS), - ('reponseCode', TYPES_URN), + ('responseCode', TYPES_URN), ('result', GENERAL_NS) )
