From 087ea02bb4597e703381084ebf908b2f177b1f62 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 17:55:12 +0000 Subject: [PATCH] spelling: disable --- client/driver/rkt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/driver/rkt.go b/client/driver/rkt.go index 2a7bed049..41143d6c8 100644 --- a/client/driver/rkt.go +++ b/client/driver/rkt.go @@ -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 }