diff --git a/libpod/container_inspect.go b/libpod/container_inspect.go index 29397e4bbe..3106488335 100644 --- a/libpod/container_inspect.go +++ b/libpod/container_inspect.go @@ -464,7 +464,7 @@ func (c *Container) generateInspectContainerConfig(spec *spec.Spec) *define.Insp ctrConfig.SdNotifyMode = c.config.SdNotifyMode ctrConfig.SdNotifySocket = c.config.SdNotifySocket - // Exosed ports consists of all exposed ports and all port mappings for + // Exposed ports consists of all exposed ports and all port mappings for // this container. It does *NOT* follow to another container if we share // the network namespace. exposedPorts := make(map[string]struct{})