Merge pull request #549 from fate-grand-order/typo

correct misspell in cmd/dist/fetch.go and events/transaction.go
This commit is contained in:
Michael Crosby 2017-02-21 11:14:15 -08:00 committed by GitHub
commit 1d08c7bc5c

2
cmd/dist/fetch.go vendored
View file

@ -211,7 +211,7 @@ func getToken(ctx contextpkg.Context, scopes ...string) (string, error) {
return tokenResponse.Token, nil return tokenResponse.Token, nil
} }
// getV2URLPaths generates the canidate urls paths for the object based on the // getV2URLPaths generates the candidate urls paths for the object based on the
// set of hints and the provided object id. URLs are returned in the order of // set of hints and the provided object id. URLs are returned in the order of
// most to least likely succeed. // most to least likely succeed.
func getV2URLPaths(prefix, object string, hints ...string) ([]string, error) { func getV2URLPaths(prefix, object string, hints ...string) ([]string, error) {