Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored and kovetskiy committed Aug 4, 2016
1 parent 1e7bcfb commit 5ecce37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ go get github.com/reconquest/orgalorg

# Alternatives

* ansible: inteded to apply complex DSL-based scenarious of actions;
* ansible: intended to apply complex DSL-based scenarios of actions;
orgalorg aimed only on running commands and synchronizing files in parallel.
orgalorg can accept target hosts list on stdin and can provide realtime
output from commands, which ansible can't do (like running `tail -f`).
Expand Down Expand Up @@ -207,7 +207,7 @@ User can specify `--upload` or `-U` flag to transform orgalorg to the simple
file upload tool. In that mode orgalorg will upload files to the specified
directory and then exit.

orgalorg preserves all file attributes while tranfer as well as user and group
orgalorg preserves all file attributes while transfer as well as user and group
IDs. That behaviour can be changed by using `--no-preserve-uid` and
`--no-preseve-gid` command line options.

Expand Down Expand Up @@ -262,7 +262,7 @@ All communication messages should be prefixed by special prefix, which is
send by orgalorg in the hello message. All lines on stdout that are not match
given prefix will be printed as is, untouched.

Communcation begins from the hello message.
Communication begins from the hello message.


## Protocol
Expand Down

0 comments on commit 5ecce37

Please sign in to comment.