Correct spelling mistakes

Change-Id: I406390b269c00417236379303dd96dd0bffc7c4a
This commit is contained in:
chengebj5238 2018-11-22 19:52:37 +08:00 committed by Natal Ngétal
parent c9da455d80
commit 1dd4eadd43
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ DOCUMENTATION = '''
scp_if_ssh:
default: smart
description:
- "Prefered method to use when transfering files over ssh"
- "Preferred method to use when transferring files over ssh"
- When set to smart, Ansible will try them until one succeeds or they all fail
- If set to True, it will force 'scp', if False it will use 'sftp'
env: [{name: ANSIBLE_SCP_IF_SSH}]