mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Fix a couple typos found by codespell
This commit is contained in:
		| @@ -408,7 +408,7 @@ MINIZ_EXPORT mz_bool mz_zip_writer_add_from_zip_reader(mz_zip_archive *pZip, mz_ | ||||
| /* An archive must be manually finalized by calling this function for it to be valid. */ | ||||
| MINIZ_EXPORT mz_bool mz_zip_writer_finalize_archive(mz_zip_archive *pZip); | ||||
|  | ||||
| /* Finalizes a heap archive, returning a poiner to the heap block and its size. */ | ||||
| /* Finalizes a heap archive, returning a pointer to the heap block and its size. */ | ||||
| /* The heap block will be allocated using the mz_zip_archive's alloc/realloc callbacks. */ | ||||
| MINIZ_EXPORT mz_bool mz_zip_writer_finalize_heap_archive(mz_zip_archive *pZip, void **ppBuf, size_t *pSize); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user