Skip to content

Commit 545c323

Browse files
committed
hotfix/typo
1 parent c3819bb commit 545c323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterative/aws/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,5 +362,5 @@ func decodeAWSError(region string, err error) error {
362362
return fmt.Errorf("%s Authorization failure message: '%s'%s", groups[1], msg, groups[3])
363363
}
364364

365-
return fmt.Errorf("Not able to deacode: %s", err.Error())
365+
return fmt.Errorf("Not able to decode: %s", err.Error())
366366
}

0 commit comments

Comments
 (0)