mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
Spelling: [libcdio] attribute
This commit is contained in:
parent
d5ab029c65
commit
78d2cb9f4b
2 changed files with 2 additions and 2 deletions
|
@ -1115,7 +1115,7 @@ lsn_t iso9660_get_dir_extent(const iso9660_dir_t *p_idr);
|
|||
void iso9660_set_evd (void *pd);
|
||||
|
||||
/*!
|
||||
Return true if ISO 9660 image has extended attrributes (XA).
|
||||
Return true if ISO 9660 image has extended attributes (XA).
|
||||
*/
|
||||
bool iso9660_ifs_is_xa (const iso9660_t * p_iso);
|
||||
|
||||
|
|
|
@ -1513,7 +1513,7 @@ iso9660_ifs_find_lsn_with_path(iso9660_t *p_iso, lsn_t i_lsn,
|
|||
}
|
||||
|
||||
/*!
|
||||
Return true if ISO 9660 image has extended attrributes (XA).
|
||||
Return true if ISO 9660 image has extended attributes (XA).
|
||||
*/
|
||||
bool
|
||||
iso9660_ifs_is_xa (const iso9660_t * p_iso)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue