From 6e900744f2ae49104b6c07a5bf9f96b540559f78 Mon Sep 17 00:00:00 2001 From: Ted Timmons Date: Sat, 11 Oct 2014 21:11:30 -0600 Subject: [PATCH] fix spelling --- lib/ansible/modules/files/synchronize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/synchronize.py b/lib/ansible/modules/files/synchronize.py index 73108dbd3b..a225a2ce00 100644 --- a/lib/ansible/modules/files/synchronize.py +++ b/lib/ansible/modules/files/synchronize.py @@ -39,7 +39,7 @@ options: version_added: "1.5" mode: description: - - Specify the direction of the synchroniztion. In push mode the localhost or delegate is the source; In pull mode the remote host in context is the source. + - Specify the direction of the synchronization. In push mode the localhost or delegate is the source; In pull mode the remote host in context is the source. required: false choices: [ 'push', 'pull' ] default: 'push'