Reacted on complaints of lintian spelling check
This commit is contained in:
@ -652,7 +652,7 @@ unusable_size:;
|
||||
ret= Xorriso_blank_media(xorriso, mode_flag&3);
|
||||
if(ret==0)
|
||||
return(ret);
|
||||
if(ret <= 0) { /* in case of success, above functions will have re-aquired */
|
||||
if(ret <= 0) { /* in case of success, above functions will have re-acquired */
|
||||
aq_ret= Xorriso_reaquire_outdev(xorriso, 0); /* actually give up drive */
|
||||
if(ret<aq_ret)
|
||||
return(ret);
|
||||
@ -2039,7 +2039,7 @@ int Xorriso_option_close_filter_list(struct XorrisO *xorriso, int flag)
|
||||
|
||||
|
||||
/* Option -commit */
|
||||
/* @param flag bit0= leave indrive and outdrive aquired as they were,
|
||||
/* @param flag bit0= leave indrive and outdrive acquired as they were,
|
||||
i.e. do not aquire outdrive as new in-out-drive
|
||||
bit1= do not perform eventual -reassure
|
||||
@return <=0 error , 1 success, 2 revoked by -reassure , 3 no change pending
|
||||
|
Reference in New Issue
Block a user