Fix callback typo

This commit is contained in:
Dialga 2022-05-17 01:37:04 +12:00 committed by GitHub
parent 76b3a87285
commit e1e7f70e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4700,7 +4700,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: