[Debburn-changes] r855 - in cdrkit/trunk: . genisoimage

Steve McIntyre 93sam at alioth.debian.org
Sun Oct 17 23:46:24 UTC 2010


Author: 93sam
Date: 2010-10-17 23:46:21 +0000 (Sun, 17 Oct 2010)
New Revision: 855

Modified:
   cdrkit/trunk/Changelog
   cdrkit/trunk/genisoimage/genisoimage.c
Log:
typo/spelling fixes

Modified: cdrkit/trunk/Changelog
===================================================================
--- cdrkit/trunk/Changelog	2010-10-17 22:28:24 UTC (rev 854)
+++ cdrkit/trunk/Changelog	2010-10-17 23:46:21 UTC (rev 855)
@@ -129,7 +129,7 @@
 
 cdrkit (1.1.5) RELEASED; urgency=low
 
-  * wodim: explicite warning and more grace time if user manually specifies a size
+  * wodim: explicit 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 @@
 
   [ Eduard Bloch ]
   * stop confusion and bailing out if burnfree/burnproof options have been
-    explicitely specified
+    explicitly 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

Modified: cdrkit/trunk/genisoimage/genisoimage.c
===================================================================
--- cdrkit/trunk/genisoimage/genisoimage.c	2010-10-17 22:28:24 UTC (rev 854)
+++ cdrkit/trunk/genisoimage/genisoimage.c	2010-10-17 23:46:21 UTC (rev 855)
@@ -197,7 +197,7 @@
 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 explicitely */
+int	allow_limited_size = 0;	/* Let the user to allow the trick explicitly */
 #ifdef	VMS
 int	use_fileversion = 1;	/* Use file version # from filesystem */
 #else




More information about the Debburn-changes mailing list