fixed typos found by RETF rules in RST files

rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
This commit is contained in:
Christian Berendt 2014-05-03 17:59:50 +02:00
commit 58ff9cd7c8
12 changed files with 15 additions and 15 deletions

View file

@ -123,7 +123,7 @@ File Transfer
Here's another use case for the `/usr/bin/ansible` command line. Ansible can SCP lots of files to multiple machines in parallel.
To transfer a file directly to many different servers::
To transfer a file directly to many servers::
$ ansible atlanta -m copy -a "src=/etc/hosts dest=/tmp/hosts"