summaryrefslogtreecommitdiff
path: root/examples/ansible.cfg
diff options
context:
space:
mode:
authorCarlos E. Garcia <carlos@cgarcia.org>2016-12-10 21:50:09 -0500
committerBrian Coca <bcoca@users.noreply.github.com>2016-12-13 13:51:13 -0500
commit0b8011436dc7f842b78298848e298f2a57ee8d78 (patch)
tree239496b48fd051dcdc6cacf18c9bae48728aad1e /examples/ansible.cfg
parent054a3fccf808cc9746e773818dfcfbc4fbca7eb7 (diff)
downloadansible-0b8011436dc7f842b78298848e298f2a57ee8d78.tar.gz
minor spelling changes
Diffstat (limited to 'examples/ansible.cfg')
-rw-r--r--examples/ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index c61f30d359..89da92a3f8 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -328,7 +328,7 @@
#
#pipelining = False
-# Control the mechanism for transfering files
+# Control the mechanism for transferring files
# * smart = try sftp and then try scp [default]
# * True = use scp only
# * False = use sftp only