changeset 23670:c6a4135b87bb

fix BUK->BUP typo
author kraymer
date Fri, 29 Jun 2007 13:53:13 +0000
parents d3f513e94294
children e5cae3457d49
files DOCS/xml/en/cd-dvd.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/cd-dvd.xml	Fri Jun 29 11:26:46 2007 +0000
+++ b/DOCS/xml/en/cd-dvd.xml	Fri Jun 29 13:53:13 2007 +0000
@@ -145,7 +145,7 @@
 <title>DVD structure</title>
 <para>
 DVD disks have 2048 bytes per sector with ECC/CRC. They usually have an UDF
-filesystem on a single track, containing various files (small .IFO and .BUK
+filesystem on a single track, containing various files (small .IFO and .BUP
 files and big (1GB) .VOB files). They are real files and can be copied/played
 from the mounted filesystem of an unencrypted DVD.
 </para>
@@ -154,7 +154,7 @@
 <para>
 The .IFO files contain the movie navigation information (chapter/title/angle
 map, language table, etc) and are needed to read and interpret the .VOB content
-(movie). The .BUK files are backups of them. They use
+(movie). The .BUP files are backups of them. They use
 <emphasis role="bold">sectors</emphasis> everywhere, so you need to use raw
 addressing of sectors of the disc to implement DVD navigation or decrypt the
 content.