From dc81f8756aeadcf7f0fbc6ec22cd41cbc3c4322f Mon Sep 17 00:00:00 2001 From: Doug Simmons Date: Thu, 10 Mar 2022 02:30:29 -0800 Subject: [PATCH] Fix 3 doc typos in compiler.go --- engine/compiler/compiler.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/compiler/compiler.go b/engine/compiler/compiler.go index 545b9fb..f62a89d 100644 --- a/engine/compiler/compiler.go +++ b/engine/compiler/compiler.go @@ -89,8 +89,8 @@ type Compiler struct { // are used when creating the docker network. NetworkOpts map[string]string - // NetrcCloneOnly instrucs the compiler to only inject - // the netrc file into the clone setp. + // NetrcCloneOnly instructs the compiler to only inject + // the netrc file into the clone step. NetrcCloneOnly bool // Volumes provides a set of volumes that should be @@ -105,7 +105,7 @@ type Compiler struct { // applies to pipeline containers. Resources Resources - // Tate provides global configration options for tmate + // Tate provides global configuration options for tmate // live debugging. Tmate Tmate