From c13dd50b5ebe93d8fc8a8d9acde011e7b678b008 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Tue, 1 Oct 2013 16:58:35 -0400 Subject: [PATCH] typo in ec2_eip docstring --- library/cloud/ec2_eip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/ec2_eip b/library/cloud/ec2_eip index 9074a0c4b8..db7f9447cd 100644 --- a/library/cloud/ec2_eip +++ b/library/cloud/ec2_eip @@ -2,7 +2,7 @@ DOCUMENTATION = ''' --- module: ec2_eip -short_decription: associate an EC2 elastic IP with an instance. +short_description: associate an EC2 elastic IP with an instance. description: - This module associates AWS EC2 elastic IP addresses with instances version_added: 1.4