X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fwrite.c;h=a649dfa4e36b0dc20c492bccb1d3bc264004e35d;hb=0afbab754acf82c6afc4d2173055f2f4d157240b;hp=9b1de1d3958ee2d8895078abf41c3d002339bee3;hpb=cf13fe6161a69db6cbf17637b60c978fd746078a;p=wimlib 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. *