Browse Source

spelling: collision

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/1891/head
Josh Soref 5 years ago
parent
commit
0288864da7
  1. 2
      storage/kubernetes/storage.go

2
storage/kubernetes/storage.go

@ -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…
Cancel
Save