Skip to content

Commit 0197f83

Browse files
committed
port: Fix minor typos
1 parent ebf55e6 commit 0197f83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

port/cpl_minizip_zip.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
archives Oct-2009 - Mathias Svensson - Did some code cleanup and refactoring
3434
to get better overview of some functions. Oct-2009 - Mathias Svensson - Added
3535
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.
3737
ZIP64 data is automatically added to items that
3838
needs it, and existing ZIP64 data need to be removed. Oct-2009 - Mathias
3939
Svensson - Added support for BZIP2 as compression mode (bzip2 lib is
@@ -2289,7 +2289,7 @@ CPLErr CPLCloseFileInZip(void *hZip)
22892289

22902290
/** Add a file inside a ZIP file opened/created with CPLCreateZip().
22912291
*
2292-
* This combines calls sto CPLCreateFileInZip(), CPLWriteFileInZip(),
2292+
* This combines calls to CPLCreateFileInZip(), CPLWriteFileInZip(),
22932293
* and CPLCloseFileInZip() in a more convenient and powerful way.
22942294
*
22952295
* In particular, this enables to add a compressed file using the seek

port/cpl_vsil_s3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ VSIMultipartWriteHandle::VSIMultipartWriteHandle(
753753
m_aosHTTPOptions(CPLHTTPGetOptionsFromEnv(pszFilename)),
754754
m_oRetryParameters(m_aosHTTPOptions)
755755
{
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
757757
// the advantage of being retryable in case of errors.
758758
// Swift only supports the "Transfer-Encoding: chunked" PUT mechanism.
759759
// So two different implementations.

0 commit comments

Comments
 (0)