From 29fb573fd6569741a30479e14127a1d1a2c1cddd Mon Sep 17 00:00:00 2001 From: Niall Donegan Date: Fri, 19 May 2017 14:31:02 +0100 Subject: [PATCH] Tiny Typo Fix (#24828) --- lib/ansible/modules/cloud/amazon/ec2_ami_find.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_ami_find.py b/lib/ansible/modules/cloud/amazon/ec2_ami_find.py index 3da5313929b..88a0c95fab1 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_ami_find.py +++ b/lib/ansible/modules/cloud/amazon/ec2_ami_find.py @@ -263,12 +263,12 @@ platform: type: string sample: null root_device_name: - description: rood device name of image + description: root device name of image returned: when AMI found type: string sample: "/dev/xvda" root_device_type: - description: rood device type of image + description: root device type of image returned: when AMI found type: string sample: "ebs"