diff --git a/lib/ansible/plugins/action/synchronize.py b/lib/ansible/plugins/action/synchronize.py index 28c9ba7af3..2670cc9290 100644 --- a/lib/ansible/plugins/action/synchronize.py +++ b/lib/ansible/plugins/action/synchronize.py @@ -146,7 +146,7 @@ class ActionModule(ActionBase): use_delegate = False if dest_host == delegate_to: # edge case: explicit delegate and dest_host are the same - # so we run rsync on the remote machine targetting its localhost + # so we run rsync on the remote machine targeting its localhost # (itself) dest_host = '127.0.0.1' use_delegate = True