accounts: fix comment typo (#15977)

release/1.8
Miguel Mota 7 years ago committed by Péter Szilágyi
parent 8f6990dc7d
commit 4dd0727c39
  1. 2
      accounts/errors.go

@ -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 { func (err *AuthNeededError) Error() string {
return fmt.Sprintf("authentication needed: %s", err.Needed) return fmt.Sprintf("authentication needed: %s", err.Needed)
} }

Loading…
Cancel
Save