Merge pull request #3428 from sdminonne/typos

Fix typos
pull/6/head
Brian Grant 2015-02-17 10:09:31 -08:00
commit 4cf2a8bff4
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ func newVagrantCloud() (*VagrantCloud, error) {
}, nil }, nil
} }
func (aws *VagrantCloud) Clusters() (cloudprovider.Clusters, bool) { func (v *VagrantCloud) Clusters() (cloudprovider.Clusters, bool) {
return nil, false return nil, false
} }