]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - libblkid/src/superblocks/iso9660.c
misc: Fix various typos
[thirdparty/util-linux.git] / libblkid / src / superblocks / iso9660.c
index 8991c6b9f339b9d5ce775300943da434e10cb429..4d56a3803dab1d0c981053ddab272d0c3335dc28 100644 (file)
@@ -221,7 +221,7 @@ int probe_iso9660(blkid_probe pr, const struct blkid_idmag *mag)
                        continue;
                }
 
-               /* Not a Boot record, lets see if its supplemntary volume descriptor */
+               /* Not a Boot record, lets see if its supplementary volume descriptor */
                iso = (struct iso_volume_descriptor *) boot;
 
                if (iso->vd_type != ISO_VD_SUPPLEMENTARY) {
@@ -236,8 +236,8 @@ int probe_iso9660(blkid_probe pr, const struct blkid_idmag *mag)
                        blkid_probe_set_version(pr, "Joliet Extension");
 
                        /* Is the Joliet (UTF16BE) label equal to the label in
-                        * the PVD? If yes, use PVD label.  The Jolied version
-                        * of the label could be trimed (because UTF16..).
+                        * the PVD? If yes, use PVD label.  The Joliet version
+                        * of the label could be trimmed (because UTF16..).
                         */
                        if (ascii_eq_utf16be(label, iso->volume_id, 32))
                                break;