Merge pull request #3428 from sdminonne/typos

Fix typos
This commit is contained in:
Brian Grant
2015-02-17 10:09:31 -08:00

View File

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