From 4591761c7308d0fc1aa4f6f1f450c2bd04718ecf Mon Sep 17 00:00:00 2001 From: Daekwon Kim Date: Thu, 9 Apr 2015 19:09:42 +0900 Subject: [PATCH] Fix typo (volue -> volume) --- lib/ansible/modules/cloud/amazon/ec2_vol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_vol.py b/lib/ansible/modules/cloud/amazon/ec2_vol.py index b6fca82be9a..e14bb9cc23a 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_vol.py +++ b/lib/ansible/modules/cloud/amazon/ec2_vol.py @@ -143,7 +143,7 @@ EXAMPLES = ''' with_items: ec2.instances 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. # * Volume must exist in the same zone.