1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

Spelling: [libcdio] facilitate

This commit is contained in:
Josh Soref 2013-06-20 11:20:58 -04:00
parent 3a01af2d0f
commit ad01dd74bc
2 changed files with 2 additions and 2 deletions

View file

@ -200,7 +200,7 @@ struct vol_struct_desc_s
/** Standard Identifier (ECMA 167r3 2/9.1.2) */
/* The below const definitions are to faciltate debugging of the
/* The below const definitions are to facilitate debugging of the
values #define'd below. */
extern const char VSD_STD_ID_BEA01[sizeof("BEA01")-1];
extern const char VSD_STD_ID_BOOT2[sizeof("BOOT2")-1];

View file

@ -361,7 +361,7 @@ int get_rock_ridge_filename(iso9660_dir_t * de, /*out*/ char * retname,
*/
const char *iso9660_get_rock_attr_str(posix_mode_t st_mode);
/** These variables are not used, but are defined to facilatate debugging
/** These variables are not used, but are defined to facilitate debugging
by letting us use enumerations values (which also correspond to
\#define's inside a debugged program.
*/