diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-10 11:28:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-10 11:28:57 -0700 |
commit | 6cd6eb6768bb936e87309c61d9cf131350274700 (patch) | |
tree | 4b5071c0f5edc410d4a0768fa08167b27ff4f6ec /libpod/container.go | |
parent | 1fb0a09591ae86b659dc87bd9e3f7fe29d8add8d (diff) | |
parent | a07b2c2c6047357b5e4047a33b9a81a43c461b30 (diff) | |
download | podman-6cd6eb6768bb936e87309c61d9cf131350274700.tar.gz podman-6cd6eb6768bb936e87309c61d9cf131350274700.tar.bz2 podman-6cd6eb6768bb936e87309c61d9cf131350274700.zip |
Merge pull request #2892 from edsantiago/healthcheck_typo_fix
(minor): fix misspelled 'Healthcheck'
Diffstat (limited to 'libpod/container.go')
-rw-r--r-- | libpod/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/container.go b/libpod/container.go index 523e571b1..de4674222 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -363,7 +363,7 @@ type ContainerConfig struct { // Systemd tells libpod to setup the container in systemd mode Systemd bool `json:"systemd"` - // HealtchCheckConfig has the health check command and related timings + // HealthCheckConfig has the health check command and related timings HealthCheckConfig *manifest.Schema2HealthConfig `json:"healthcheck"` } |