Reacted on complaints of lintian spelling check

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

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.
*/