diff --git a/conf/conf.go b/conf/conf.go index ea8b51a..743b481 100644 --- a/conf/conf.go +++ b/conf/conf.go @@ -42,7 +42,7 @@ var aproxyConfig AproxyConfig func LoadAproxyConfig(tomlFile string) error { if _, err := toml.DecodeFile(tomlFile, &aproxyConfig); err != nil { - return fmt.Errorf("Load config file [%s] faild: %s", + return fmt.Errorf("Load config file [%s] failed: %s", tomlFile, err) } return nil