File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
archives Oct-2009 - Mathias Svensson - Did some code cleanup and refactoring
34
34
to get better overview of some functions. Oct-2009 - Mathias Svensson - Added
35
35
zipRemoveExtraInfoBlock to strip extra field data from its ZIP64 data It is
36
- used when recreting zip archive with RAW when deleting items from a zip.
36
+ used when recreating zip archive with RAW when deleting items from a zip.
37
37
ZIP64 data is automatically added to items that
38
38
needs it, and existing ZIP64 data need to be removed. Oct-2009 - Mathias
39
39
Svensson - Added support for BZIP2 as compression mode (bzip2 lib is
@@ -2289,7 +2289,7 @@ CPLErr CPLCloseFileInZip(void *hZip)
2289
2289
2290
2290
/* * Add a file inside a ZIP file opened/created with CPLCreateZip().
2291
2291
*
2292
- * This combines calls sto CPLCreateFileInZip(), CPLWriteFileInZip(),
2292
+ * This combines calls to CPLCreateFileInZip(), CPLWriteFileInZip(),
2293
2293
* and CPLCloseFileInZip() in a more convenient and powerful way.
2294
2294
*
2295
2295
* In particular, this enables to add a compressed file using the seek
Original file line number Diff line number Diff line change @@ -753,7 +753,7 @@ VSIMultipartWriteHandle::VSIMultipartWriteHandle(
753
753
m_aosHTTPOptions(CPLHTTPGetOptionsFromEnv(pszFilename)),
754
754
m_oRetryParameters(m_aosHTTPOptions)
755
755
{
756
- // AWS S3, OSS and GCS can use the mulipart upload mechanism, which has
756
+ // AWS S3, OSS and GCS can use the multipart upload mechanism, which has
757
757
// the advantage of being retryable in case of errors.
758
758
// Swift only supports the "Transfer-Encoding: chunked" PUT mechanism.
759
759
// So two different implementations.
You can’t perform that action at this time.
0 commit comments