X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fwim.h;h=5bc20a6b0e6823b39cefff0588400d7dff926c47;hp=544ce18025e66eb8fb1259d08fc7ab2d0cbeb057;hb=de567a8c5dcd0910a8c762d75bf11b9c9683396c;hpb=8895e346ab7a4df65c980ba435d1e5d1c2654d3f diff --git a/include/wimlib/wim.h b/include/wimlib/wim.h index 544ce180..5bc20a6b 100644 --- a/include/wimlib/wim.h +++ b/include/wimlib/wim.h @@ -94,7 +94,7 @@ struct WIMStruct { * decompressor can be used for all data --- and that decompressor will * be cached here. However, if we do encounter any data with a * different compression type or chunk size (this is possible in solid - * blocks), then this cached decompressor will be replaced with a new + * resources), then this cached decompressor will be replaced with a new * one. */ struct wimlib_decompressor *decompressor;