From 827bbe90a0fc53342a85d2653d96b8ba55658adf Mon Sep 17 00:00:00 2001 From: Zhang Wei Date: Thu, 19 Jan 2017 15:29:28 +0800 Subject: [PATCH] Fix some typos Signed-off-by: Zhang Wei --- api/swagger.yaml | 2 +- daemon/container_operations.go | 2 +- docs/extend/plugins_graphdriver.md | 2 +- hack/make.ps1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index 688a138968..4d6c1bfa8a 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -91,7 +91,7 @@ info: # The tags on paths define the menu sections in the ReDoc documentation, so # the usage of tags must make sense for that: # - 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 # creating a tag with a single path in it. # - The order of tags in this list defines the order in the menu. diff --git a/daemon/container_operations.go b/daemon/container_operations.go index a9095792c6..509828a070 100644 --- a/daemon/container_operations.go +++ b/daemon/container_operations.go @@ -382,7 +382,7 @@ func (daemon *Daemon) findAndAttachNetwork(container *container.Container, idOrN } // Retry network attach again if we failed to - // find the network after successfull + // find the network after successful // attachment because the only reason that // would happen is if some other container // attached to the swarm scope network went down diff --git a/docs/extend/plugins_graphdriver.md b/docs/extend/plugins_graphdriver.md index fdcb34d7b6..e30632692f 100644 --- a/docs/extend/plugins_graphdriver.md +++ b/docs/extend/plugins_graphdriver.md @@ -33,7 +33,7 @@ of steps. ``` $ docker plugin install cpuguy83/docker-overlay2-graphdriver-plugin # this command also enables the driver - + $ pkill dockerd $ dockerd --experimental -s cpuguy83/docker-overlay2-graphdriver-plugin ``` diff --git a/hack/make.ps1 b/hack/make.ps1 index 429b5cf297..4d0982f280 100644 --- a/hack/make.ps1 +++ b/hack/make.ps1 @@ -65,7 +65,7 @@ TODO - 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?) #>