Fixing wrong word spelling in api/client/network.go
| ... | ... |
@@ -237,7 +237,7 @@ func (cli *DockerCli) CmdNetworkInspect(args ...string) error {
|
| 237 | 237 |
return nil |
| 238 | 238 |
} |
| 239 | 239 |
|
| 240 |
-// Consolidates the ipam configuration as a group from differnt related configurations |
|
| 240 |
+// Consolidates the ipam configuration as a group from different related configurations |
|
| 241 | 241 |
// user can configure network with multiple non-overlapping subnets and hence it is |
| 242 | 242 |
// possible to corelate the various related parameters and consolidate them. |
| 243 | 243 |
// consoidateIpam consolidates subnets, ip-ranges, gateways and auxilary addresses into |