Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlanigan committed May 27, 2021
1 parent fd9ccb8 commit 293097d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/vsphere/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type EnvironProviderConfig struct {
}

// NewEnvironProvider returns a new environs.EnvironProvider that will
// dial vSphere connectons with the given dial function.
// dial vSphere connections with the given dial function.
func NewEnvironProvider(config EnvironProviderConfig) environs.CloudEnvironProvider {
return &environProvider{
dial: config.Dial,
Expand Down

0 comments on commit 293097d

Please sign in to comment.