Skip to content

Commit

Permalink
Fix minor spelling errors (comments only)
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Aug 7, 2018
1 parent a8a826c commit 85ad8c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/skaffold/config/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func GetConfig(contents []byte, useDefault bool) (util.VersionedConfig, error) {
cfg := schemaVersions[version]()
err := cfg.Parse(contents, useDefault)
if cfg.GetVersion() == version {
// Versions are same hence propogate the parse error.
// Versions are same hence propagate the parse error.
return cfg, err
}
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/skaffold/docker/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
"github.com/sirupsen/logrus"
)

// RetrieveImage is overriden for unit testing
// RetrieveImage is overridden for unit testing
var RetrieveImage = retrieveImage

func readDockerfile(workspace, absDockerfilePath string, buildArgs map[string]*string) ([]string, error) {
Expand Down

0 comments on commit 85ad8c6

Please sign in to comment.