spelling: collision

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2020-12-19 22:01:42 -05:00
parent 31839549cd
commit 0288864da7

View file

@ -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