fix lint: "guarantess" is a misspelling of "guarantees"

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2020-01-08 13:51:13 +01:00
parent b33c774c15
commit aaec8b2408

View File

@ -72,7 +72,7 @@ const (
// SetOptions contains a subset of options in a Config. It's used to indicate if // 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 // 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 // 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. // older version of libpod and Podman.
type SetOptions struct { type SetOptions struct {
// StorageConfigRunRootSet indicates if the RunRoot has been explicitly set // 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 // 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 // a given option has either been set by the user or by a parsed libpod
// configuration file. If not, the corresponding option might be // 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. // backwards compat with older version of libpod and Podman.
SetOptions SetOptions