Selaa lähdekoodia

accounts: fix comment typo (#15977)

Miguel Mota 7 vuotta sitten
vanhempi
commit
4dd0727c39
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      accounts/errors.go

+ 1 - 1
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)
 }