mirror of
				https://github.com/pbatard/rufus.git
				synced 2024-08-14 23:57:05 +00:00 
			
		
		
		
	docs: fix simple typo, tolerence -> tolerance
There is a small typo in src/libcdio/cdio/iso9660.h, src/libcdio/iso9660/iso9660_fs.c. Should read `tolerance` rather than `tolerence`.
This commit is contained in:
		
							parent
							
								
									2d272b7991
								
							
						
					
					
						commit
						f8e4e07503
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		|  | @ -638,7 +638,7 @@ typedef struct _iso9660_s iso9660_t; | ||||||
|     contained in a file format that libiso9660 doesn't know natively |     contained in a file format that libiso9660 doesn't know natively | ||||||
|     (or knows imperfectly.) |     (or knows imperfectly.) | ||||||
| 
 | 
 | ||||||
|     Some tolerence allowed for positioning the ISO 9660 image. We scan |     Some tolerance allowed for positioning the ISO 9660 image. We scan | ||||||
|     for STANDARD_ID and use that to set the eventual offset to adjust |     for STANDARD_ID and use that to set the eventual offset to adjust | ||||||
|     by (as long as that is <= i_fuzz). |     by (as long as that is <= i_fuzz). | ||||||
| 
 | 
 | ||||||
|  | @ -650,7 +650,7 @@ typedef struct _iso9660_s iso9660_t; | ||||||
|                                  uint16_t i_fuzz); |                                  uint16_t i_fuzz); | ||||||
| 
 | 
 | ||||||
|   /*!
 |   /*!
 | ||||||
|     Open an ISO 9660 image for reading with some tolerence for positioning |     Open an ISO 9660 image for reading with some tolerance for positioning | ||||||
|     of the ISO9660 image. We scan for ISO_STANDARD_ID and use that to set |     of the ISO9660 image. We scan for ISO_STANDARD_ID and use that to set | ||||||
|     the eventual offset to adjust by (as long as that is <= i_fuzz). |     the eventual offset to adjust by (as long as that is <= i_fuzz). | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -243,7 +243,7 @@ iso9660_open_ext (const char *psz_path, | ||||||
|   contained in a file format that libiso9660 doesn't know natively |   contained in a file format that libiso9660 doesn't know natively | ||||||
|   (or knows imperfectly.) |   (or knows imperfectly.) | ||||||
| 
 | 
 | ||||||
|   Some tolerence allowed for positioning the ISO 9660 image. We scan |   Some tolerance allowed for positioning the ISO 9660 image. We scan | ||||||
|   for STANDARD_ID and use that to set the eventual offset to adjust |   for STANDARD_ID and use that to set the eventual offset to adjust | ||||||
|   by (as long as that is <= i_fuzz). |   by (as long as that is <= i_fuzz). | ||||||
| 
 | 
 | ||||||
|  | @ -258,7 +258,7 @@ iso9660_open_fuzzy (const char *psz_path, uint16_t i_fuzz /*, mode*/) | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /*!
 | /*!
 | ||||||
|   Open an ISO 9660 image for reading with some tolerence for positioning |   Open an ISO 9660 image for reading with some tolerance for positioning | ||||||
|   of the ISO9660 image. We scan for ISO_STANDARD_ID and use that to set |   of the ISO9660 image. We scan for ISO_STANDARD_ID and use that to set | ||||||
|   the eventual offset to adjust by (as long as that is <= i_fuzz). |   the eventual offset to adjust by (as long as that is <= i_fuzz). | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue