diff --git a/accounts/errors.go b/accounts/errors.go
index 64da8821c80d69ab661b7211532daec09572905a..40b21ed179c07d1cfd3378029c0ec827a0b87f26 100644
--- a/accounts/errors.go
+++ b/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 {
 	return fmt.Sprintf("authentication needed: %s", err.Needed)
 }