accounts: fix comment typo (#15977)

This commit is contained in:
Miguel Mota 2018-01-26 03:33:27 -08:00 committed by Péter Szilágyi
parent 8f6990dc7d
commit 4dd0727c39
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func NewAuthNeededError(needed string) error {
}
}
// Error implements the standard error interfacel.
// Error implements the standard error interface.
func (err *AuthNeededError) Error() string {
return fmt.Sprintf("authentication needed: %s", err.Needed)
}