diff --git a/config/config.go b/config/config.go index c73abf22..979dc207 100644 --- a/config/config.go +++ b/config/config.go @@ -479,7 +479,7 @@ func (c *Configuration) loadGitConfig() { } } -// CurrentCommitter returns the name/email that would be used to author a commit +// CurrentCommitter returns the name/email that would be used to commit a change // with this configuration. In particular, the "user.name" and "user.email" // configuration values are used func (c *Configuration) CurrentCommitter() (name, email string) {