forked from mystiq/dex
spelling: collision
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
31839549cd
commit
0288864da7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue