Fixed a typo in a hint about fast blanked DVD-RW

This commit is contained in:
Thomas Schmitt 2011-06-07 14:47:09 +00:00
parent 85805ee265
commit 365ed088fc
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ int Xorriso_check_multi(struct XorrisO *xorriso, struct burn_drive *drive,
"Possibly it was blanked by -blank \"deformat_quickest\"");
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "HINT", 0);
sprintf(xorriso->info_text,
"After writing a session with -closed \"on\", apply -blank \"all\"");
"After writing a session with -close \"on\", apply -blank \"all\"");
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "HINT", 0);
}
return(0);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.06.01.165129"
#define Xorriso_timestamP "2011.06.07.144548"