Repository: libcloud
Updated Branches:
  refs/heads/trunk 71bf9a340 -> d84f7f83b


fixed word typo

Signed-off-by: Sebastien Goasguen <[email protected]>


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

Branch: refs/heads/trunk
Commit: d84f7f83ba67aa5e12d485511cfeea2c41e3e50d
Parents: 71bf9a3
Author: Sijis Aviles <[email protected]>
Authored: Tue Nov 18 15:19:05 2014 -0600
Committer: Sebastien Goasguen <[email protected]>
Committed: Wed Nov 19 03:57:13 2014 -0500

----------------------------------------------------------------------
 libcloud/compute/drivers/ec2.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/d84f7f83/libcloud/compute/drivers/ec2.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/ec2.py b/libcloud/compute/drivers/ec2.py
index 04ab11b..7018b68 100644
--- a/libcloud/compute/drivers/ec2.py
+++ b/libcloud/compute/drivers/ec2.py
@@ -1935,7 +1935,7 @@ class EC2SubnetAssociation(object):
 
     def __init__(self, id, route_table_id, subnet_id, main=False):
         """
-        :param      id: The ID of the subent association in the VPC.
+        :param      id: The ID of the subnet association in the VPC.
         :type       id: ``str``
 
         :param      route_table_id: The ID of a route table in the VPC.

Reply via email to