From 9dfa3719be49bf516c091fbacec73cac2ff074a1 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell Date: Mon, 26 Oct 2015 17:13:49 -0400 Subject: [PATCH] Fixing typo --- lib/ansible/plugins/action/synchronize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/action/synchronize.py b/lib/ansible/plugins/action/synchronize.py index 28c9ba7af3d..2670cc92908 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