diff options
-rw-r--r-- | libpod/state.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/state.go b/libpod/state.go index 53b66cdb3..06c2003d8 100644 --- a/libpod/state.go +++ b/libpod/state.go @@ -38,7 +38,7 @@ type State interface { // validate runtime configuration. GetDBConfig() (*DBConfig, error) - // ValidateDBConfig ralidates the config in the given Runtime struct + // ValidateDBConfig validates the config in the given Runtime struct // against paths stored in the configured database. // Libpod root and tmp dirs and c/storage root and tmp dirs and graph // driver are validated. |