Skip to content

Commit 20cb0a0

Browse files
author
TP Honey
authored
Merge pull request #45 from mach6/fix-doc-comments
Fix 3 doc typos in compiler.go
2 parents 8d889bd + dc81f87 commit 20cb0a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

engine/compiler/compiler.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ type Compiler struct {
8989
// are used when creating the docker network.
9090
NetworkOpts map[string]string
9191

92-
// NetrcCloneOnly instrucs the compiler to only inject
93-
// the netrc file into the clone setp.
92+
// NetrcCloneOnly instructs the compiler to only inject
93+
// the netrc file into the clone step.
9494
NetrcCloneOnly bool
9595

9696
// Volumes provides a set of volumes that should be
@@ -105,7 +105,7 @@ type Compiler struct {
105105
// applies to pipeline containers.
106106
Resources Resources
107107

108-
// Tate provides global configration options for tmate
108+
// Tate provides global configuration options for tmate
109109
// live debugging.
110110
Tmate Tmate
111111

0 commit comments

Comments
 (0)