Reacted on complaints of lintian spelling check

This commit is contained in:
Thomas Schmitt 2015-09-20 12:39:46 +00:00
parent be010a366e
commit 3d36b343ce
6 changed files with 12 additions and 12 deletions

View File

@ -58,7 +58,7 @@
extern struct isoburn *isoburn_list_start; /* in isoburn.c */
/* Default values for application provided msgs_submit methods.
To be attached to newly aquired drives.
To be attached to newly acquired drives.
Storage location is isoburn.c
*/
extern int (*libisoburn_default_msgs_submit)

View File

@ -88,7 +88,7 @@ int ds_read_block(IsoDataSource *src, uint32_t lba, uint8_t *buffer)
struct isoburn_cached_drive *icd;
if(src == NULL || buffer == NULL)
/* It is not required by the specs of libisofs but implicitely assumed
/* It is not required by the specs of libisofs but implicitly assumed
by its current implementation that a data source read result <0 is
a valid libisofs error code.
*/

View File

@ -45,7 +45,7 @@
/* Default values for application provided msgs_submit methods.
To be attached to newly aquired drives.
To be attached to newly acquired drives.
*/
int (*libisoburn_default_msgs_submit)
(void *handle, int error_code, char msg_text[],

View File

@ -354,7 +354,7 @@ struct isoburn_read_opts {
* Enable or disable methods to automatically choose an input charset.
* This eventually overrides input_charset.
*
* bit0= allow to set the input character set automatically from
* bit0= set the input character set automatically from
* attribute "isofs.cs" of root directory
*/
int auto_input_charset;

View File

@ -872,10 +872,10 @@ int isoburn_ropt_get_data_cache(struct isoburn_read_opts *o,
Do not load eventual inode numbers from RRIP entry PX,
but generate a new unique inode number for each imported
IsoNode object.
PX inode numbers allow to mark families of hardlinks by
giving all family members the same inode number. libisofs
keeps the PX inode numbers unaltered when IsoNode objects
get written into an ISO image.
PX inode numbers mark families of hardlinks by giving all
family members the same inode number. libisofs keeps the
PX inode numbers unaltered when IsoNode objects get
written into an ISO image.
bit9= nomd5
@since 0.4.2
Do not load the eventual MD5 checksum array.
@ -974,7 +974,7 @@ int isoburn_ropt_get_input_charset(struct isoburn_read_opts *o,
@since 0.3.8
@param o The option set to work on
@param mode Bitfield for control purposes:
bit0= allow to set the input character set automatically from
bit0= set the input character set automatically from
attribute "isofs.cs" of root directory.
Submit any other bits with value 0.
@return 1 success, <=0 failure
@ -1626,7 +1626,7 @@ int isoburn_igopt_get_system_area(struct isoburn_imgen_opts *o,
and directory trees, together with a partition table in the MBR where the
first partition has non-zero start address and the others are zeroed.
The first partition stretches to the end of the whole ISO image.
The additional volume descriptor set and trees will allow to mount the
The additional volume descriptor set and trees can be used to mount the
ISO image at the start of the first partition, while it is still possible
to mount it via the normal first volume descriptor set and tree at the
start of the image or storage device.
@ -1656,7 +1656,7 @@ int isoburn_igopt_get_part_offset(struct isoburn_imgen_opts *opts,
int *secs_512_per_head, int *heads_per_cyl);
/** Explicitely set the four timestamps of the emerging ISO image.
/** Explicitly set the four timestamps of the emerging ISO image.
Default with all parameters is 0.
@since 0.5.4
@param opts

View File

@ -1 +1 @@
#define Xorriso_timestamP "2015.09.17.161956"
#define Xorriso_timestamP "2015.09.20.124012"