File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pub(crate) fn from_aws_sdk_error<T>(error: aws_sdk_glue::error::SdkError<T>) ->
25
25
where T : Debug {
26
26
Error :: new (
27
27
ErrorKind :: Unexpected ,
28
- "Operation failed for hitting aws skd error" . to_string ( ) ,
28
+ "Operation failed for hitting aws sdk error" . to_string ( ) ,
29
29
)
30
30
. with_source ( anyhow ! ( "aws sdk error: {:?}" , error) )
31
31
}
Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ pub(crate) fn from_aws_sdk_error<T>(error: aws_sdk_s3tables::error::SdkError<T>)
501
501
where T : std:: fmt:: Debug {
502
502
Error :: new (
503
503
ErrorKind :: Unexpected ,
504
- "Operation failed for hitting aws skd error" . to_string ( ) ,
504
+ "Operation failed for hitting aws sdk error" . to_string ( ) ,
505
505
)
506
506
. with_source ( anyhow ! ( "aws sdk error: {:?}" , error) )
507
507
}
You can’t perform that action at this time.
0 commit comments