Cleanup: spelling in comments

This commit is contained in:
2021-10-18 11:16:24 +11:00
parent 452c78757f
commit c5a13ffcb4
32 changed files with 53 additions and 52 deletions

View File

@@ -526,7 +526,7 @@ static int wm_read_exotic(const char *name)
/* check for compressed .blend */
FileReader *compressed_file = NULL;
if (BLI_file_magic_is_gzip(header)) {
/* In earlier versions of Blender (before 3.0), compressed files used Gzip instead of Zstd.
/* In earlier versions of Blender (before 3.0), compressed files used `Gzip` instead of `Zstd`.
* While these files will no longer be written, there still needs to be reading support. */
compressed_file = BLI_filereader_new_gzip(rawfile);
}