From 5736649eb8eca8b6f1870a1868def188be1467ff Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 21 Jan 2022 07:02:54 -0500 Subject: Run codespell on code Signed-off-by: Daniel J Walsh --- pkg/specgen/podspecgen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/specgen/podspecgen.go') diff --git a/pkg/specgen/podspecgen.go b/pkg/specgen/podspecgen.go index 62b4725a7..91b2599cc 100644 --- a/pkg/specgen/podspecgen.go +++ b/pkg/specgen/podspecgen.go @@ -94,7 +94,7 @@ type PodNetworkConfig struct { // Only available if NetNS is set to Bridge or Slirp. // Optional. PortMappings []types.PortMapping `json:"portmappings,omitempty"` - // Map of networks names ot ids the container should join to. + // Map of networks names to ids the container should join to. // You can request additional settings for each network, you can // set network aliases, static ips, static mac address and the // network interface name for this container on the specific network. -- cgit v1.2.3-54-g00ecf