mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix typos.
Oskari Saarenmaa
This commit is contained in:
		@@ -296,7 +296,7 @@ DeflateCompressorZlib(ArchiveHandle *AH, CompressorState *cs, bool flush)
 | 
			
		||||
			if (zp->avail_out < cs->zlibOutSize)
 | 
			
		||||
			{
 | 
			
		||||
				/*
 | 
			
		||||
				 * Any write function shoud do its own error checking but to
 | 
			
		||||
				 * Any write function should do its own error checking but to
 | 
			
		||||
				 * make sure we do a check here as well...
 | 
			
		||||
				 */
 | 
			
		||||
				size_t		len = cs->zlibOutSize - zp->avail_out;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user