mirror of
https://github.com/rclone/rclone.git
synced 2025-07-01 04:50:12 +02:00
docs: fix typos found by codespell in docs and code comments
This commit is contained in:
committed by
GitHub
parent
50b4a2398e
commit
3d473eb54e
@ -5611,7 +5611,7 @@ func (w *s3ChunkWriter) WriteChunk(ctx context.Context, chunkNumber int, reader
|
||||
return currentChunkSize, err
|
||||
}
|
||||
|
||||
// Abort the multpart upload
|
||||
// Abort the multipart upload
|
||||
func (w *s3ChunkWriter) Abort(ctx context.Context) error {
|
||||
err := w.f.pacer.Call(func() (bool, error) {
|
||||
_, err := w.f.c.AbortMultipartUploadWithContext(context.Background(), &s3.AbortMultipartUploadInput{
|
||||
|
Reference in New Issue
Block a user