From 4c168abcccb08902014c435c71d6757755632536 Mon Sep 17 00:00:00 2001 From: Peter Salvatore Date: Wed, 18 Dec 2013 13:06:35 -0800 Subject: [PATCH] fix typo in synchronize module --- files/synchronize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/synchronize b/files/synchronize index 253c7ba656d..fdbf3db3ce5 100644 --- a/files/synchronize +++ b/files/synchronize @@ -41,7 +41,7 @@ options: version_added: "1.5" mode: description: - - Specify the direction of the synchroniztion. In push mode the localhost or delgate is the source; In pull mode the remote host in context is the source. + - 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. required: false choices: [ 'push', 'pull' ] default: 'push'