Skip to content

Commit

Permalink
Fixing typo in EC2 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jlund committed Aug 22, 2013
1 parent 978af89 commit 654b37f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/cloud/ec2
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def create_instances(module, ec2):
"""
Creates new instances
module : AnsbileModule object
module : AnsibleModule object
ec2: authenticated ec2 connection object
Returns:
Expand Down
2 changes: 1 addition & 1 deletion library/cloud/ec2_ami
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def create_image(module, ec2):
"""
Creates new AMI
module : AnsbileModule object
module : AnsibleModule object
ec2: authenticated ec2 connection object
"""

Expand Down

0 comments on commit 654b37f

Please sign in to comment.