Skip to content

Commit 6a16a28

Browse files
authored
Merge pull request #55394 from nextcloud/fix/85262/fix-typo
fix: small typo fix
2 parents 78127b8 + 111f42c commit 6a16a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Files/ObjectStore/ObjectStoreStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ public function completeChunkedWrite(string $targetPath, string $writeToken): in
797797
} catch (S3MultipartUploadException|S3Exception $e) {
798798
$this->objectStore->abortMultipartUpload($urn, $writeToken);
799799
$this->logger->error(
800-
'Could not compete multipart upload ' . $urn . ' with uploadId ' . $writeToken,
800+
'Could not complete multipart upload ' . $urn . ' with uploadId ' . $writeToken,
801801
[
802802
'app' => 'objectstore',
803803
'exception' => $e,

0 commit comments

Comments
 (0)