diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-01-01 01:01:52 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-01-01 01:01:52 +0400 |
commit | 34f59df0c470d8595cb164271d650f7f10744407 (patch) | |
tree | fb12ecf712736024408b33c2515b94d192b57c06 | |
parent | b283d683a2c7bb4a359badb1cb194b99ea76be35 (diff) | |
download | cdrkit-34f59df0c470d8595cb164271d650f7f10744407.tar.gz |
Original files
-rw-r--r-- | Changelog | 4 | ||||
-rw-r--r-- | genisoimage/genisoimage.c | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -129,7 +129,7 @@ cdrkit (1.1.5.1) RELEASED; urgency=low cdrkit (1.1.5) RELEASED; urgency=low - * wodim: explicit warning and more grace time if user manually specifies a size + * wodim: explicite warning and more grace time if user manually specifies a size less than 301 sectors, which is likely to be a mistake from copy-pasting of genisoimage -print-size output and omitting the block factor * wodim: Native device name management directly in libusal now, the @@ -202,7 +202,7 @@ cdrkit (1.1.2) RELEASED; urgency=low [ Eduard Bloch ] * stop confusion and bailing out if burnfree/burnproof options have been - explicitly specified + explicitely specified * be move carefull with -dummy when the DVD media may not support it * extracting drive's default speed in attach_mdvd() * automatic recorder device guessing code, currently Linux-only diff --git a/genisoimage/genisoimage.c b/genisoimage/genisoimage.c index cfd079a..46f0cb7 100644 --- a/genisoimage/genisoimage.c +++ b/genisoimage/genisoimage.c @@ -197,7 +197,7 @@ int allow_lowercase = 0; /* Allow lower case letters */ int allow_multidot = 0; /* Allow more than on dot in filename */ int iso_translate = 1; /* 1 == enables '#', '-' and '~' removal */ int allow_leading_dots = 0; /* DOS cannot read names with leading dots */ -int allow_limited_size = 0; /* Let the user to allow the trick explicitly */ +int allow_limited_size = 0; /* Let the user to allow the trick explicitely */ #ifdef VMS int use_fileversion = 1; /* Use file version # from filesystem */ #else |