Skip to content

Commit

Permalink
accounts: fix comment typo (ethereum#15977)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota authored and karalabe committed Jan 26, 2018
1 parent 8f6990d commit 4dd0727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 4dd0727

Please sign in to comment.