Commit 4dd0727c authored by Miguel Mota's avatar Miguel Mota Committed by Péter Szilágyi

accounts: fix comment typo (#15977)

parent 8f6990dc
...@@ -62,7 +62,7 @@ func NewAuthNeededError(needed string) error { ...@@ -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)
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment