summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2018-12-03 10:48:33 -0500
committerMatthew Heon <mheon@redhat.com>2018-12-03 10:48:33 -0500
commitea13264958f3382fe8fe6a9709a7eae00f753acc (patch)
tree411e4dd5239b399ab9dd0bc811979b7b9aa36314
parent32fc865b6d0b530b74b1429775d3f1f5f24f288a (diff)
downloadpodman-ea13264958f3382fe8fe6a9709a7eae00f753acc.tar.gz
podman-ea13264958f3382fe8fe6a9709a7eae00f753acc.tar.bz2
podman-ea13264958f3382fe8fe6a9709a7eae00f753acc.zip
Fix typo
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r--libpod/state.go2
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.