X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwrite.c;h=a649dfa4e36b0dc20c492bccb1d3bc264004e35d;hp=9b1de1d3958ee2d8895078abf41c3d002339bee3;hb=21da2526eff64cdb8e3cb509d34af182d764c701;hpb=cd5ef2e0fb915091907ea341758d1cf36adfef3d diff --git a/src/write.c b/src/write.c index 9b1de1d3..a649dfa4 100644 --- a/src/write.c +++ b/src/write.c @@ -1464,9 +1464,9 @@ init_done_with_file_info(struct list_head *blob_list) * identical to another blob already being written or one that would be filtered * out of the output WIM using blob_filtered() with the context @filter_ctx. * Each such duplicate blob will be removed from @blob_list, its reference count - * transfered to the pre-existing duplicate blob, its memory freed, and will not - * be written. Alternatively, if a blob in @blob_list is a duplicate with any - * blob in @blob_table that has not been marked for writing or would not be + * transferred to the pre-existing duplicate blob, its memory freed, and will + * not be written. Alternatively, if a blob in @blob_list is a duplicate with + * any blob in @blob_table that has not been marked for writing or would not be * hard-filtered, it is freed and the pre-existing duplicate is written instead, * taking ownership of the reference count and slot in the @blob_table_list. *