Przeglądaj źródła

Merge pull request #30267 from WeiZhang555/fix-misspell

Fix some typos
Vincent Demeester 8 lat temu
rodzic
commit
a3dff7c3db

+ 1 - 1
api/swagger.yaml

@@ -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.

+ 1 - 1
daemon/container_operations.go

@@ -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

+ 1 - 1
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
 $ 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
 ```
 ```

+ 1 - 1
hack/make.ps1

@@ -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?)
 
 
 #>
 #>