Fix typo in config/jsonloader.go (#517)

This commit is contained in:
yuu26
2017-10-20 14:34:48 +09:00
committed by Kota Kanbe
parent 0665bfe15f
commit 14611d2fd9

View File

@@ -23,7 +23,7 @@ import "fmt"
type JSONLoader struct {
}
// Load load the configuraiton JSON file specified by path arg.
// Load load the configuration JSON file specified by path arg.
func (c JSONLoader) Load(path, sudoPass, keyPass string) (err error) {
return fmt.Errorf("Not implement yet")
}