Skip to content

Commit

Permalink
fixup misspellings
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Feb 20, 2017
1 parent 9dfbdba commit a3d89fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/credentials/stscreds/assume_role_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func TestAssumeRoleProvider_WithTokenProviderError(t *testing.T) {
RoleARN: "roleARN",
SerialNumber: aws.String("0123456789"),
TokenProvider: func() (string, error) {
return "", fmt.Errorf("error occured")
return "", fmt.Errorf("error occurred")
},
}

Expand Down
2 changes: 1 addition & 1 deletion aws/session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ type Options struct {
// credentials need to be refreshed. Within the context of service clients
// all sharing the same session the SDK will ensure calls to the token
// provider are atomic. When sharing a token provider across multiple
// sessions additional syncronization logic is needed to ensure the
// sessions additional synchronization logic is needed to ensure the
// token providers do not introduce race conditions. It is recommend to
// share the session where possible.
//
Expand Down

0 comments on commit a3d89fd

Please sign in to comment.