Fix comment typos in unzip.h and unzip.c.

This commit is contained in:
Birunthan Mohanathas
2012-06-06 20:30:39 +03:00
committed by Mark Adler
parent d0c7331258
commit f51cc49c94
2 changed files with 7 additions and 7 deletions

View File

@@ -197,9 +197,9 @@ extern unzFile ZEXPORT unzOpen2_64 OF((const void *path,
extern int ZEXPORT unzClose OF((unzFile file));
/*
Close a ZipFile opened with unzipOpen.
Close a ZipFile opened with unzOpen.
If there is files inside the .Zip opened with unzOpenCurrentFile (see later),
these files MUST be closed with unzipCloseCurrentFile before call unzipClose.
these files MUST be closed with unzCloseCurrentFile before call unzClose.
return UNZ_OK if there is no problem. */
extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,