Changed wrong use of "resp." in docs

This commit is contained in:
2015-08-01 13:58:24 +00:00
parent 5764c37b52
commit c9fd4e22e5
24 changed files with 84 additions and 84 deletions

View File

@ -118,7 +118,7 @@ int Cdrfifo_get_cdr_counters(struct CdrfifO *o,
int flag);
/** Inquire the eventually detected size of an eventual ISO-9660 file system
@return 0=no ISO resp. size detected, 1=size_in_bytes is valid
@return 0=no ISO size detected, 1=size_in_bytes is valid
*/
int Cdrfifo_get_iso_fs_size(struct CdrfifO *o, double *size_in_bytes,int flag);