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/healthcheck.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/healthcheck.go')
-rw-r--r-- | libpod/healthcheck.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/healthcheck.go b/libpod/healthcheck.go index d8f56860b..3a6609740 100644 --- a/libpod/healthcheck.go +++ b/libpod/healthcheck.go @@ -41,7 +41,7 @@ const ( HealthCheckDefined HealthCheckStatus = iota // MaxHealthCheckNumberLogs is the maximum number of attempts we keep - // in the healtcheck history file + // in the healthcheck history file MaxHealthCheckNumberLogs int = 5 // MaxHealthCheckLogLength in characters MaxHealthCheckLogLength = 500 |