From fdeeb9226bef15ce8cb188b9ceeb3f2a6f063b6c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 14 May 2017 20:34:59 +0300 Subject: Revert "zlib: updated to version 1.2.11" This reverts commit cd6513f3037456f6c7c3a8d051be51d62cb9bd88. --- libs/zlib/src/unzip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/zlib/src/unzip.h') diff --git a/libs/zlib/src/unzip.h b/libs/zlib/src/unzip.h index 2104e39150..9c2d8c64d2 100644 --- a/libs/zlib/src/unzip.h +++ b/libs/zlib/src/unzip.h @@ -158,7 +158,7 @@ extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1, If iCaseSenisivity = 1, comparision is case sensitivity (like strcmp) If iCaseSenisivity = 2, comparision is not case sensitivity (like strcmpi or strcasecmp) - If iCaseSenisivity = 0, case sensitivity is defaut of your operating system + If iCaseSenisivity = 0, case sensitivity is default of your operating system (like 1 on Unix, 2 on Windows) */ -- cgit v1.2.3