X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fblob_table.c;fp=src%2Fblob_table.c;h=3fcde0111d6c55d06d8dcef5611197bae61b1823;hp=ab8d08467e717a9fd093488094453cecc394e586;hb=bdd51aef6914cd585f86b0404ef5e8bb2c1c8eab;hpb=08df9572bf0eba21ac92e9715558c28b1f08fe09 diff --git a/src/blob_table.c b/src/blob_table.c index ab8d0846..3fcde011 100644 --- a/src/blob_table.c +++ b/src/blob_table.c @@ -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 =