We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3819bb commit 545c323Copy full SHA for 545c323
iterative/aws/provider.go
@@ -362,5 +362,5 @@ func decodeAWSError(region string, err error) error {
362
return fmt.Errorf("%s Authorization failure message: '%s'%s", groups[1], msg, groups[3])
363
}
364
365
- return fmt.Errorf("Not able to deacode: %s", err.Error())
+ return fmt.Errorf("Not able to decode: %s", err.Error())
366
0 commit comments