Skip to content

Commit

Permalink
fixed typo (Azure#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-Chu authored Feb 4, 2020
1 parent 20a15b4 commit 9b80a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autorest/azure/auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ func decode(b []byte) ([]byte, error) {
}

func (settings FileSettings) getResourceForToken(baseURI string) (string, error) {
// Compare dafault base URI from the SDK to the endpoints from the public cloud
// Compare default base URI from the SDK to the endpoints from the public cloud
// Base URI and token resource are the same string. This func finds the authentication
// file field that matches the SDK base URI. The SDK defines the public cloud
// endpoint as its default base URI
Expand Down

0 comments on commit 9b80a09

Please sign in to comment.