diff --git a/plugins/config/config.go b/plugins/config/config.go index d753acbd6..5f46992dd 100644 --- a/plugins/config/config.go +++ b/plugins/config/config.go @@ -7,7 +7,7 @@ import ( "github.com/dokku/dokku/plugins/common" ) -//Get retreives a value from a config. If appName is empty the global config is used. +//Get retrieves a value from a config. If appName is empty the global config is used. func Get(appName string, key string) (value string, ok bool) { env, err := loadAppOrGlobalEnv(appName) if err != nil {