diff options
author | Ed Santiago <santiago@redhat.com> | 2019-04-10 09:40:22 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2019-04-10 09:43:56 -0600 |
commit | a07b2c2c6047357b5e4047a33b9a81a43c461b30 (patch) | |
tree | b835a5f5815ae162911268c968630f44d91a59b7 /libpod/container.go | |
parent | 2f2c7660c3a30d4c28c03eeeba8edc39f7864c7a (diff) | |
download | podman-a07b2c2c6047357b5e4047a33b9a81a43c461b30.tar.gz podman-a07b2c2c6047357b5e4047a33b9a81a43c461b30.tar.bz2 podman-a07b2c2c6047357b5e4047a33b9a81a43c461b30.zip |
(minor): fix misspelled 'Healthcheck'
Signed-off-by: Ed Santiago <santiago@redhat.com>
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"` } |