diff --git a/lib/ansible/modules/cloud/smartos/vmadm.py b/lib/ansible/modules/cloud/smartos/vmadm.py index 6560b9d7686..11598ef8ee5 100644 --- a/lib/ansible/modules/cloud/smartos/vmadm.py +++ b/lib/ansible/modules/cloud/smartos/vmadm.py @@ -690,7 +690,7 @@ def main(): uuid = get_vm_uuid(module, p['name']) # Bit of a chicken and egg problem here for VMs with state == deleted. # If they're going to be removed in this play, we have to lookup the - # uuid. If they're already deleted there's nothing to looup. + # uuid. If they're already deleted there's nothing to lookup. # So if state == deleted and get_vm_uuid() returned '', the VM is already # deleted and there's nothing else to do. if uuid is None and vm_state == 'deleted': diff --git a/lib/ansible/plugins/lookup/_redis_kv.py b/lib/ansible/plugins/lookup/_redis_kv.py index 213aeb3dd4a..fae1fb653bb 100644 --- a/lib/ansible/plugins/lookup/_redis_kv.py +++ b/lib/ansible/plugins/lookup/_redis_kv.py @@ -14,7 +14,7 @@ DOCUMENTATION = """ version: '2.9' alternative: new 'redis' lookup description: - - this looup returns a list of items given to it, if any of the top level items is also a list it will flatten it, but it will not recurse + - this lookup returns a list of items given to it, if any of the top level items is also a list it will flatten it, but it will not recurse requirements: - redis (python library https://github.com/andymccurdy/redis-py/) options: diff --git a/lib/ansible/plugins/lookup/items.py b/lib/ansible/plugins/lookup/items.py index 77e2cdca922..7c757e4d23e 100644 --- a/lib/ansible/plugins/lookup/items.py +++ b/lib/ansible/plugins/lookup/items.py @@ -10,7 +10,7 @@ DOCUMENTATION = """ version_added: historical short_description: list of items description: - - this looup returns a list of items given to it, if any of the top level items is also a list it will flatten it, but it will not recurse + - this lookup returns a list of items given to it, if any of the top level items is also a list it will flatten it, but it will not recurse notes: - this is the standard lookup used for loops in most examples - check out the 'flattened' lookup for recursive flattening diff --git a/lib/ansible/plugins/lookup/redis.py b/lib/ansible/plugins/lookup/redis.py index b6ef4f28e1b..b951512edf2 100644 --- a/lib/ansible/plugins/lookup/redis.py +++ b/lib/ansible/plugins/lookup/redis.py @@ -12,7 +12,7 @@ DOCUMENTATION = """ version_added: "2.5" short_description: fetch data from Redis description: - - This looup returns a list of results from a Redis DB corresponding to a list of items given to it + - This lookup returns a list of results from a Redis DB corresponding to a list of items given to it requirements: - redis (python library https://github.com/andymccurdy/redis-py/) options: