From 1b1f9778c13daa2bbc85f37259bf4705f4216b0d Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Tue, 3 Mar 2020 16:50:37 +1100 Subject: [PATCH] Fix a spelling error in commands.go --- client/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/commands.go b/client/commands.go index 1e96fc0..09585d8 100644 --- a/client/commands.go +++ b/client/commands.go @@ -357,7 +357,7 @@ func (c *FuzzitClient) CreateJob(jobConfig Job, additionalCorpus string, files [ log.Println("Starting job") _, err = jobRef.Set(ctx, jobConfig) if err != nil { - log.Printf("Please check that the target '%s' exists and you have sufficiant permissions", + log.Printf("Please check that the target '%s' exists and you have sufficient permissions", jobConfig.TargetId) return nil, err }