4
0
mirror of https://github.com/QuasarApp/zip.git synced 2025-05-03 15:49:33 +00:00

Update miniz.h

This commit is contained in:
Kuba Podgórski 2022-02-10 01:23:24 +01:00 committed by GitHub
parent 88e4788137
commit babc060fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10015,7 +10015,7 @@ const char *mz_zip_get_error_string(mz_zip_error mz_err) {
case MZ_ZIP_VALIDATION_FAILED:
return "validation failed";
case MZ_ZIP_WRITE_CALLBACK_FAILED:
return "write calledback failed";
return "write callback failed";
case MZ_ZIP_TOTAL_ERRORS:
return "total errors";
default: