mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 16:14:16 +01:00 
			
		
		
		
	docs: fix simple typo, purpsosely -> purposely
There is a small typo in miniz.h. Should read `purposely` rather than `purpsosely`.
This commit is contained in:
		
							
								
								
									
										2
									
								
								miniz.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								miniz.h
									
									
									
									
									
								
							| @@ -220,7 +220,7 @@ enum | |||||||
| #define MZ_DEFLATED 8 | #define MZ_DEFLATED 8 | ||||||
|  |  | ||||||
| /* Heap allocation callbacks. | /* Heap allocation callbacks. | ||||||
| Note that mz_alloc_func parameter types purpsosely differ from zlib's: items/size is size_t, not unsigned long. */ | Note that mz_alloc_func parameter types purposely differ from zlib's: items/size is size_t, not unsigned long. */ | ||||||
| typedef void *(*mz_alloc_func)(void *opaque, size_t items, size_t size); | typedef void *(*mz_alloc_func)(void *opaque, size_t items, size_t size); | ||||||
| typedef void (*mz_free_func)(void *opaque, void *address); | typedef void (*mz_free_func)(void *opaque, void *address); | ||||||
| typedef void *(*mz_realloc_func)(void *opaque, void *address, size_t items, size_t size); | typedef void *(*mz_realloc_func)(void *opaque, void *address, size_t items, size_t size); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user