Skip to content

Commit

Permalink
Fix docs typo and wrong word
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang Wei <[email protected]>
  • Loading branch information
WeiZhang555 committed Nov 5, 2015
1 parent f18c5e9 commit 725b7c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ type NetworkResource struct {
Options map[string]string
}

//EndpointResource contains network resources allocated and usd for a container in a network
// EndpointResource contains network resources allocated and used for a container in a network
type EndpointResource struct {
EndpointID string
MacAddress string
Expand Down
2 changes: 1 addition & 1 deletion man/docker-cp.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ name if one exists. For example, this command:

If `/test` does not exist on the local machine, it will be created as a file
with the contents of `/tmp/foo/myfile.txt` from the container. If `/test`
exists as a file, it will be overwritten. Lastly, if `/tmp` exists as a
exists as a file, it will be overwritten. Lastly, if `/test` exists as a
directory, the file will be copied to `/test/myfile.txt`.

Next, suppose you want to copy a file or folder into a container. For example,
Expand Down

0 comments on commit 725b7c9

Please sign in to comment.