[Debburn-changes] r824 - cdrkit/trunk/wodim

peters at alioth.debian.org peters at alioth.debian.org
Mon Feb 2 07:29:53 UTC 2009


Author: peters
Date: 2009-02-02 07:29:53 +0000 (Mon, 02 Feb 2009)
New Revision: 824

Modified:
   cdrkit/trunk/wodim/wodim.c
Log:
Fix 'Asuming' typo in wodim warning message.
Thanks Joe Smith <yasumoto7 at gmail.com>.


Modified: cdrkit/trunk/wodim/wodim.c
===================================================================
--- cdrkit/trunk/wodim/wodim.c	2009-01-12 22:01:52 UTC (rev 823)
+++ cdrkit/trunk/wodim/wodim.c	2009-02-02 07:29:53 UTC (rev 824)
@@ -3618,7 +3618,7 @@
 		}
 		if (tracks == 0 && (wm == 0)) {
 			errmsgno(EX_BAD, "No write mode specified.\n");
-			errmsgno(EX_BAD, "Asuming -tao mode.\n");
+			errmsgno(EX_BAD, "Assuming -tao mode.\n");
 			errmsgno(EX_BAD, "Future versions of wodim may have different drive dependent defaults.\n");
 			tao = 1;
 		}




More information about the Debburn-changes mailing list