fix typo in synchronize module

This commit is contained in:
Peter Salvatore 2013-12-18 13:06:35 -08:00
parent 88ebec7908
commit 4c168abccc

View file

@ -41,7 +41,7 @@ options:
version_added: "1.5" version_added: "1.5"
mode: mode:
description: 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 required: false
choices: [ 'push', 'pull' ] choices: [ 'push', 'pull' ]
default: 'push' default: 'push'