Fix a typo [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA
2018-01-16 21:47:19 +09:00
parent 5ee42f876e
commit 59abb1c161

View File

@@ -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 {