From 1dd4eadd43ae1c6ab60fcaac2f7e0047b6b8d7d3 Mon Sep 17 00:00:00 2001 From: chengebj5238 Date: Thu, 22 Nov 2018 19:52:37 +0800 Subject: [PATCH] Correct spelling mistakes Change-Id: I406390b269c00417236379303dd96dd0bffc7c4a --- connection/ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection/ssh.py b/connection/ssh.py index 41d36c6a..6b42dffd 100644 --- a/connection/ssh.py +++ b/connection/ssh.py @@ -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}]