Fix typo (volue -> volume)

This commit is contained in:
Daekwon Kim 2015-04-09 19:09:42 +09:00 committed by Matt Clay
parent 00a327bdaa
commit 4591761c73

View file

@ -143,7 +143,7 @@ EXAMPLES = '''
with_items: ec2.instances with_items: ec2.instances
register: ec2_vol register: ec2_vol
# Example: Launch an instance and then add a volue if not already present # Example: Launch an instance and then add a volume if not already present
# * Nothing will happen if the volume is already attached. # * Nothing will happen if the volume is already attached.
# * Volume must exist in the same zone. # * Volume must exist in the same zone.