aboutsummaryrefslogtreecommitdiff
path: root/contrib/minizip/unzip.h
diff options
context:
space:
mode:
authorTHE-Spellchecker <The.Spellchecker@outlook.com>2023-12-02 16:56:47 -0600
committerMark Adler <madler@alumni.caltech.edu>2024-01-17 13:49:11 -0800
commit01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63 (patch)
treeb00812cd5ba12d7ee803f2771d2f0e1304e66677 /contrib/minizip/unzip.h
parent16799d064b55a6b093fc52364f3343a1b1fa3b2f (diff)
downloadzlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.tar.gz
zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.tar.bz2
zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.zip
Fix random typos over several source and text files.
Diffstat (limited to 'contrib/minizip/unzip.h')
-rw-r--r--contrib/minizip/unzip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/unzip.h b/contrib/minizip/unzip.h
index 1410584..5cfc9c6 100644
--- a/contrib/minizip/unzip.h
+++ b/contrib/minizip/unzip.h
@@ -306,7 +306,7 @@ extern int ZEXPORT unzGetCurrentFileInfo(unzFile file,
306 Get Info about the current file 306 Get Info about the current file
307 if pfile_info!=NULL, the *pfile_info structure will contain some info about 307 if pfile_info!=NULL, the *pfile_info structure will contain some info about
308 the current file 308 the current file
309 if szFileName!=NULL, the filemane string will be copied in szFileName 309 if szFileName!=NULL, the filename string will be copied in szFileName
310 (fileNameBufferSize is the size of the buffer) 310 (fileNameBufferSize is the size of the buffer)
311 if extraField!=NULL, the extra field information will be copied in extraField 311 if extraField!=NULL, the extra field information will be copied in extraField
312 (extraFieldBufferSize is the size of the buffer). 312 (extraFieldBufferSize is the size of the buffer).