spelling: collision
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -405,7 +405,7 @@ func (cli *client) DeleteAuthCode(code string) error {
|
||||
}
|
||||
|
||||
func (cli *client) DeleteClient(id string) error {
|
||||
// Check for hash collition.
|
||||
// Check for hash collision.
|
||||
c, err := cli.getClient(id)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user