From ea13264958f3382fe8fe6a9709a7eae00f753acc Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 3 Dec 2018 10:48:33 -0500 Subject: Fix typo Signed-off-by: Matthew Heon --- libpod/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpod/state.go') 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. -- cgit v1.2.3-54-g00ecf