providers/dnsimple: fix comment

This commit is contained in:
Jack Pearkes 2014-07-25 12:05:51 -04:00
parent 0850e5691c
commit 307f7e4e5b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ type Config struct {
Email string `mapstructure:"email"`
}
// Client() returns a new client for accessing heroku.
// Client() returns a new client for accessing dnsimple.
//
func (c *Config) Client() (*dnsimple.Client, error) {