From 858e42d696f0b7b1be94c6d202e42a9734722122 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 28 Jan 2017 21:08:32 +0100 Subject: [PATCH] Corrected harmless typos found by lintian --- cdrskin/cdrskin.1 | 4 ++-- cdrskin/cdrskin.c | 2 +- cdrskin/cdrskin_timestamp.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cdrskin/cdrskin.1 b/cdrskin/cdrskin.1 index b99677a..ac2b096 100644 --- a/cdrskin/cdrskin.1 +++ b/cdrskin/cdrskin.1 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH CDRSKIN 1 "Version 1.4.7, Dec 17, 2016" +.TH CDRSKIN 1 "Version 1.4.7, Jan 11, 2017" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -1069,7 +1069,7 @@ padded up to the necessary size by zeros. Size -1 revokes direct writing and switches back to normal session oriented writing. .br Both, write_start_address and direct_write_amount size must be aligned to a -media dependend transaction size. With DVD-RAM, BD-RE, DVD+RW this is 2k, with +media dependent transaction size. With DVD-RAM, BD-RE, DVD+RW this is 2k, with overwriteable DVD-RW it is 32k. .TP .BI dvd_obs= default|32k|64k diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index 8162d79..24f9855 100644 --- a/cdrskin/cdrskin.c +++ b/cdrskin/cdrskin.c @@ -2855,7 +2855,7 @@ set_dev:; printf(" --drive_not_exclusive combined not_o_excl and not_f_setlk.\n"); printf(" --drive_not_f_setlk do not obtain exclusive lock via fcntl.\n"); printf(" --drive_not_o_excl do not ask kernel to prevent opening\n"); - printf(" busy drives. Effect is kernel dependend.\n"); + printf(" busy drives. Effect is kernel dependent.\n"); printf( " drive_scsi_dev_family= select Linux device\n"); printf(" file family to be used for (pseudo-)SCSI.\n"); diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index ffc2c09..9d7b788 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2017.01.28.200155" +#define Cdrskin_timestamP "2017.01.28.200802"