Skip to content

Commit

Permalink
Merge pull request kubernetes#7413 from pmorie/typo
Browse files Browse the repository at this point in the history
Fix typo in provider.go
  • Loading branch information
a-robinson committed Apr 28, 2015
2 parents 4b79e5a + b3a613c commit 45d8c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/credentialprovider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type DockerConfigProvider interface {
Provide() DockerConfig
}

// A DockerConfigProvider that simply reads the .dockersfg file
// A DockerConfigProvider that simply reads the .dockercfg file
type defaultDockerConfigProvider struct{}

// init registers our default provider, which simply reads the .dockercfg file.
Expand Down

0 comments on commit 45d8c97

Please sign in to comment.