X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwrite.c;h=ae1754803628f8f2f433568d05453fba28444ed6;hp=25827b7cefc07cbb78bbe2fe951d3dc4e5a0f518;hb=2fdc3bd720f5bc49680dc2284ea42a537d1acc07;hpb=d620d0fa2ec6a81935c543c93b0e382b1c93bcf0 diff --git a/src/write.c b/src/write.c index 25827b7c..ae175480 100644 --- a/src/write.c +++ b/src/write.c @@ -1925,7 +1925,7 @@ filter_stream_list_for_write(struct list_head *stream_list, * @stream_list_ret. * * SKIP_EXTERNAL_WIMS: Streams already present in a WIM file, but not - * @wim, shall be be returned in neither @stream_list_ret nor + * @wim, shall be returned in neither @stream_list_ret nor * @lookup_table_list_ret. * * @stream_list_ret @@ -2968,7 +2968,7 @@ check_resource_offsets(WIMStruct *wim, off_t end_offset) * Integrity table (optional) (variable size) * * This method allows an image to be appended to a large WIM very quickly, and - * is is crash-safe except in the case of write re-ordering, but the + * is crash-safe except in the case of write re-ordering, but the * disadvantage is that a small hole is left in the WIM where the old lookup * table, xml data, and integrity table were. (These usually only take up a * small amount of space compared to the streams, however.)