diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-01-08 13:51:13 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-01-08 13:51:13 +0100 |
commit | aaec8b2408d97f7c039f9d4dc2e96ba6001f22ef (patch) | |
tree | 3051068835343a76c66d123855519505afa22eb6 /libpod/config/config.go | |
parent | b33c774c159dbaed9824a0c596a94be1630f0170 (diff) | |
download | podman-aaec8b2408d97f7c039f9d4dc2e96ba6001f22ef.tar.gz podman-aaec8b2408d97f7c039f9d4dc2e96ba6001f22ef.tar.bz2 podman-aaec8b2408d97f7c039f9d4dc2e96ba6001f22ef.zip |
fix lint: "guarantess" is a misspelling of "guarantees"
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'libpod/config/config.go')
-rw-r--r-- | libpod/config/config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpod/config/config.go b/libpod/config/config.go index 6240bccb0..c99a1c947 100644 --- a/libpod/config/config.go +++ b/libpod/config/config.go @@ -72,7 +72,7 @@ const ( // SetOptions contains a subset of options in a Config. It's used to indicate if // a given option has either been set by the user or by a parsed libpod // configuration file. If not, the corresponding option might be overwritten by -// values from the database. This behavior guarantess backwards compat with +// values from the database. This behavior guarantees backwards compat with // older version of libpod and Podman. type SetOptions struct { // StorageConfigRunRootSet indicates if the RunRoot has been explicitly set @@ -119,7 +119,7 @@ type Config struct { // SetOptions contains a subset of config options. It's used to indicate if // a given option has either been set by the user or by a parsed libpod // configuration file. If not, the corresponding option might be - // overwritten by values from the database. This behavior guarantess + // overwritten by values from the database. This behavior guarantees // backwards compat with older version of libpod and Podman. SetOptions |