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

Spelling: [libcdio] implemented

This commit is contained in:
Josh Soref 2013-06-20 11:25:15 -04:00
parent 4e3fea3721
commit 1de1b3e25a

View file

@ -256,7 +256,7 @@ extern "C" {
int (*get_track_channels) ( const void *p_env, track_t i_track );
/*! Return 0 if track is copy protected, 1 if not, or -1 for error
or -2 if not implimented (yet). Is this meaningful if not an
or -2 if not implemented (yet). Is this meaningful if not an
audio track?
*/
track_flag_t (*get_track_copy_permit) ( void *p_env, track_t i_track );
@ -311,7 +311,7 @@ extern "C" {
bool (*get_track_msf) ( void *p_env, track_t i_track, msf_t *p_msf );
/*! Return 1 if track has pre-emphasis, 0 if not, or -1 for error
or -2 if not implimented (yet). Is this meaningful if not an
or -2 if not implemented (yet). Is this meaningful if not an
audio track?
*/
track_flag_t (*get_track_preemphasis)