mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typos found across repository
Signed-off-by: Justas Brazauskas <brazauskasjustas@gmail.com>
This commit is contained in:
parent
f5e6b09783
commit
927b334ebf
117 changed files with 159 additions and 159 deletions
|
@ -46,7 +46,7 @@ func (w *ContainerConfigWrapper) getHostConfig() *HostConfig {
|
|||
}
|
||||
|
||||
// Make sure NetworkMode has an acceptable value. We do this to ensure
|
||||
// backwards compatible API behaviour.
|
||||
// backwards compatible API behavior.
|
||||
hc = SetDefaultNetModeIfBlank(hc)
|
||||
|
||||
return hc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue