[Debburn-changes] r535 - cdrkit/trunk/genisoimage

Eduard Bloch blade at alioth.debian.org
Sat Dec 2 10:33:37 CET 2006


Author: blade
Date: 2006-12-02 10:33:37 +0100 (Sat, 02 Dec 2006)
New Revision: 535

Modified:
   cdrkit/trunk/genisoimage/tree.c
Log:
Typo in error msg

Modified: cdrkit/trunk/genisoimage/tree.c
===================================================================
--- cdrkit/trunk/genisoimage/tree.c	2006-12-02 09:13:25 UTC (rev 534)
+++ cdrkit/trunk/genisoimage/tree.c	2006-12-02 09:33:37 UTC (rev 535)
@@ -1206,7 +1206,7 @@
 			path, this_dir->depth, RR_relocation_depth);
 		if (!did_hint) {
 			did_hint = TRUE;
-			errmsgno(EX_BAD, "To incude the complete directory tree,\n");
+			errmsgno(EX_BAD, "To include the complete directory tree,\n");
 			errmsgno(EX_BAD, "use Rock Ridge extensions via -R or -r,\n");
 			errmsgno(EX_BAD, "or allow deep ISO9660 directory nesting via -D.\n");
 		}




More information about the Debburn-changes mailing list