Merge pull request #30267 from WeiZhang555/fix-misspell

Fix some typos
This commit is contained in:
Vincent Demeester 2017-01-19 15:06:08 +01:00 committed by GitHub
commit a3dff7c3db
4 changed files with 4 additions and 4 deletions

View File

@ -91,7 +91,7 @@ info:
# The tags on paths define the menu sections in the ReDoc documentation, so # The tags on paths define the menu sections in the ReDoc documentation, so
# the usage of tags must make sense for that: # the usage of tags must make sense for that:
# - They should be singular, not plural. # - They should be singular, not plural.
# - There should not be too many tags, or the menu becomes unwieldly. For # - There should not be too many tags, or the menu becomes unwieldy. For
# example, it is preferable to add a path to the "System" tag instead of # example, it is preferable to add a path to the "System" tag instead of
# creating a tag with a single path in it. # creating a tag with a single path in it.
# - The order of tags in this list defines the order in the menu. # - The order of tags in this list defines the order in the menu.

View File

@ -382,7 +382,7 @@ func (daemon *Daemon) findAndAttachNetwork(container *container.Container, idOrN
} }
// Retry network attach again if we failed to // Retry network attach again if we failed to
// find the network after successfull // find the network after successful
// attachment because the only reason that // attachment because the only reason that
// would happen is if some other container // would happen is if some other container
// attached to the swarm scope network went down // attached to the swarm scope network went down

View File

@ -33,7 +33,7 @@ of steps.
``` ```
$ docker plugin install cpuguy83/docker-overlay2-graphdriver-plugin # this command also enables the driver $ docker plugin install cpuguy83/docker-overlay2-graphdriver-plugin # this command also enables the driver
<output supressed> <output suppressed>
$ pkill dockerd $ pkill dockerd
$ dockerd --experimental -s cpuguy83/docker-overlay2-graphdriver-plugin $ dockerd --experimental -s cpuguy83/docker-overlay2-graphdriver-plugin
``` ```

View File

@ -65,7 +65,7 @@
TODO TODO
- Unify the head commit - Unify the head commit
- Sort out the GITCOMMIT environment variable in the absense of a .git (longer term) - Sort out the GITCOMMIT environment variable in the absence of a .git (longer term)
- Add golint and other checks (swagger maybe?) - Add golint and other checks (swagger maybe?)
#> #>