diff --git a/lib/ansible/modules/meta.py b/lib/ansible/modules/meta.py index b0376b62635..1b062c983fb 100644 --- a/lib/ansible/modules/meta.py +++ b/lib/ansible/modules/meta.py @@ -93,7 +93,7 @@ EXAMPLES = r''' - name: Refresh inventory to ensure new instances exist in inventory ansible.builtin.meta: refresh_inventory -# Example showing how to clear all existing facts of targetted hosts +# Example showing how to clear all existing facts of targeted hosts - name: Clear gathered facts from all currently targeted hosts ansible.builtin.meta: clear_facts diff --git a/lib/ansible/modules/pip.py b/lib/ansible/modules/pip.py index 4fd9e4e3142..a9930ccdbf0 100644 --- a/lib/ansible/modules/pip.py +++ b/lib/ansible/modules/pip.py @@ -243,7 +243,7 @@ cmd: type: str sample: pip2 install ansible six name: - description: list of python modules targetted by pip + description: list of python modules targeted by pip returned: success type: list sample: ['ansible', 'six']