File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ local unzFile unzOpenInternal(const void *path,
497
497
ZPOS64_T central_pos ;
498
498
uLong uL ;
499
499
500
- uLong number_disk ; /* number of the current dist , used for
500
+ uLong number_disk ; /* number of the current disk , used for
501
501
spanning ZIP, unsupported, always 0*/
502
502
uLong number_disk_with_CD ; /* number the disk with central dir, used
503
503
for spanning ZIP, unsupported, always 0*/
Original file line number Diff line number Diff line change @@ -593,10 +593,10 @@ local int fixed(struct state *s)
593
593
* provided for each of the literal/length symbols, and for each of the
594
594
* distance symbols.
595
595
*
596
- * - If a symbol is not used in the block, this is represented by a zero as
597
- * as the code length. This does not mean a zero-length code, but rather
598
- * that no code should be created for this symbol. There is no way in the
599
- * deflate format to represent a zero-length code.
596
+ * - If a symbol is not used in the block, this is represented by a zero as the
597
+ * code length. This does not mean a zero-length code, but rather that no
598
+ * code should be created for this symbol. There is no way in the deflate
599
+ * format to represent a zero-length code.
600
600
*
601
601
* - The maximum number of bits in a code is 15, so the possible lengths for
602
602
* any code are 1..15.
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ static void error(const char *msg) {
303
303
#ifdef USE_MMAP /* MMAP version, Miguel Albrecht <malbrech@eso.org> */
304
304
305
305
/* Try compressing the input file at once using mmap. Return Z_OK if
306
- * if success, Z_ERRNO otherwise.
306
+ * success, Z_ERRNO otherwise.
307
307
*/
308
308
static int gz_compress_mmap (FILE * in , gzFile out ) {
309
309
int len ;
You can’t perform that action at this time.
0 commit comments