]> wimlib.net Git - wimlib/blobdiff - src/blob_table.c
Fix some typos
[wimlib] / src / blob_table.c
index ab8d08467e717a9fd093488094453cecc394e586..3fcde0111d6c55d06d8dcef5611197bae61b1823 100644 (file)
@@ -900,7 +900,7 @@ read_blob_table(WIMStruct *wim)
        if (!table)
                goto oom;
 
-       /* Allocate and initalize blob descriptors from the raw blob table
+       /* Allocate and initialize blob descriptors from the raw blob table
         * buffer.  */
        for (size_t i = 0; i < num_entries; i++) {
                const struct blob_descriptor_disk *disk_entry =