1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

Spelling: [libcdio] [API Change] partition

This commit is contained in:
Josh Soref 2013-06-20 11:33:57 -04:00
parent 0e99460819
commit 9d10179091

View file

@ -121,7 +121,7 @@ extern enum iso_vd_enum_s {
ISO_VD_BOOT_RECORD = 0, /**< CD is bootable */
ISO_VD_PRIMARY = 1, /**< Is in any ISO-9660 */
ISO_VD_SUPPLEMENTARY = 2, /**< Used by Joliet, for example */
ISO_VD_PARITION = 3, /**< Indicates a partition of a CD */
ISO_VD_PARTITION = 3, /**< Indicates a partition of a CD */
ISO_VD_END = 255
} iso_vd_enums;