spelling: disable

This commit is contained in:
Josh Soref 2018-03-11 17:55:12 +00:00
parent 858b9e809f
commit 4241ffc5ab

View file

@ -404,7 +404,7 @@ func (d *RktDriver) Start(ctx *ExecContext, task *structs.Task) (*StartResponse,
}
d.logger.Printf("[DEBUG] driver.rkt: added trust prefix: %q", trustPrefix)
} else {
// Disble signature verification if the trust command was not run.
// Disable signature verification if the trust command was not run.
insecure = true
}