From d39a25d2254e4a4ff0d3ab4c4efb218c30dd74fe Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 8 Jan 2015 17:11:16 +1100 Subject: [PATCH] Corrected spelling mistake --- plugins/inventory/ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inventory/ec2.py b/plugins/inventory/ec2.py index 37b2c5b05ca..769ca433b0c 100755 --- a/plugins/inventory/ec2.py +++ b/plugins/inventory/ec2.py @@ -648,7 +648,7 @@ class Ec2Inventory(object): # try updating the cache self.do_api_calls_update_cache() if not self.args.host in self.index: - # host migh not exist anymore + # host might not exist anymore return self.json_format_dict({}, True) (region, instance_id) = self.index[self.args.host]