1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-23 03:33:28 +00:00

docs: fix typos found by codespell in docs and code comments

This commit is contained in:
Dimitri Papadopoulos Orfanos
2023-09-23 13:20:01 +02:00
committed by Nick Craig-Wood
parent 12d80c5219
commit 9d8a40b813
16 changed files with 26 additions and 26 deletions

View File

@@ -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{