Skip to content

Commit

Permalink
Tiny Typo Fix (ansible#24828)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndonegan authored and gundalow committed May 19, 2017
1 parent d4857ed commit 29fb573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/cloud/amazon/ec2_ami_find.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,12 @@
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"
Expand Down

0 comments on commit 29fb573

Please sign in to comment.