mirror of https://github.com/docker/docs.git
Merge pull request #17683 from haoshuwei/fix-wordspelling-in-network
Fixing wrong word spelling in api/client/network.go
This commit is contained in:
commit
fbd18cbce7
|
@ -237,7 +237,7 @@ func (cli *DockerCli) CmdNetworkInspect(args ...string) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Consolidates the ipam configuration as a group from differnt related configurations
|
// Consolidates the ipam configuration as a group from different related configurations
|
||||||
// user can configure network with multiple non-overlapping subnets and hence it is
|
// user can configure network with multiple non-overlapping subnets and hence it is
|
||||||
// possible to corelate the various related parameters and consolidate them.
|
// possible to corelate the various related parameters and consolidate them.
|
||||||
// consoidateIpam consolidates subnets, ip-ranges, gateways and auxilary addresses into
|
// consoidateIpam consolidates subnets, ip-ranges, gateways and auxilary addresses into
|
||||||
|
|
Loading…
Reference in New Issue