good morning!!!!

Skip to content
Snippets Groups Projects
Commit 4dd0727c authored by Miguel Mota's avatar Miguel Mota Committed by Péter Szilágyi
Browse files

accounts: fix comment typo (#15977)

parent 8f6990dc
Loading
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment