Skip to content

Commit c1ae968

Browse files
authored
fix: typo (#509)
1 parent 9f0e50d commit c1ae968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s3/replica_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ func deleteOutputError(out *s3.DeleteObjectsOutput) error {
765765
case 1:
766766
return fmt.Errorf("deleting object %s: %s - %s", *out.Errors[0].Key, *out.Errors[0].Code, *out.Errors[0].Message)
767767
default:
768-
return fmt.Errorf("%d errors occured deleting objects, %s: %s - (%s (and %d others)",
768+
return fmt.Errorf("%d errors occurred deleting objects, %s: %s - (%s (and %d others)",
769769
len(out.Errors), *out.Errors[0].Key, *out.Errors[0].Code, *out.Errors[0].Message, len(out.Errors)-1)
770770
}
771771
}

0 commit comments

Comments
 (0)