summaryrefslogtreecommitdiff
path: root/libpod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-05-06 02:31:20 -0400
committerGitHub <noreply@github.com>2021-05-06 02:31:20 -0400
commit9b9bd9e0e7b72c91d8e60103e8da7999cefbc63d (patch)
tree947c5697aeacbf699a0de3024ed7f9f0ad30a0a6 /libpod
parented6f399770946bb2e88f8b94e1d2f279208648d4 (diff)
parent0d1ebc180ec7f6c1b096cbe936c0925402119482 (diff)
downloadpodman-9b9bd9e0e7b72c91d8e60103e8da7999cefbc63d.tar.gz
podman-9b9bd9e0e7b72c91d8e60103e8da7999cefbc63d.tar.bz2
podman-9b9bd9e0e7b72c91d8e60103e8da7999cefbc63d.zip
Merge pull request #10231 from rhatdan/cleanup
codespell cleanup
Diffstat (limited to 'libpod')
-rw-r--r--libpod/container_config.go2
-rw-r--r--libpod/define/container_inspect.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/libpod/container_config.go b/libpod/container_config.go
index da732c05b..a508b96ee 100644
--- a/libpod/container_config.go
+++ b/libpod/container_config.go
@@ -301,7 +301,7 @@ type ContainerMiscConfig struct {
StopSignal uint `json:"stopSignal,omitempty"`
// StopTimeout is the signal that will be used to stop the container
StopTimeout uint `json:"stopTimeout,omitempty"`
- // Timeout is maximimum time a container will run before getting the kill signal
+ // Timeout is maximum time a container will run before getting the kill signal
Timeout uint `json:"timeout,omitempty"`
// Time container was created
CreatedTime time.Time `json:"createdTime"`
diff --git a/libpod/define/container_inspect.go b/libpod/define/container_inspect.go
index c236f35b0..5283946fa 100644
--- a/libpod/define/container_inspect.go
+++ b/libpod/define/container_inspect.go
@@ -66,7 +66,7 @@ type InspectContainerConfig struct {
Secrets []*InspectSecret `json:"Secrets,omitempty"`
// Timeout is time before container is killed by conmon
Timeout uint `json:"Timeout"`
- // StopTimeout is time before container is stoped when calling stop
+ // StopTimeout is time before container is stopped when calling stop
StopTimeout uint `json:"StopTimeout"`
}