Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-08-05 06:34:26 +0300
committerCampbell Barton <campbell@blender.org>2022-08-05 06:34:26 +0300
commit53c0c3cbd7a6be77c002c0e7fe9a3b19ad34c0d2 (patch)
tree49d4be401c658aebeaeba8c6d2d68225787493a0 /source/blender/blenloader
parent16ede6584e6824f596e4816e86c0c2ed2236d646 (diff)
Cleanup: spelling, unused arg warning
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c
index 41888e25fb7..b98f8996a2c 100644
--- a/source/blender/blenloader/intern/versioning_300.c
+++ b/source/blender/blenloader/intern/versioning_300.c
@@ -3319,7 +3319,7 @@ void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain)
{
/* Keep this block, even when empty. */
- /* Image generation information transfered to tiles. */
+ /* Image generation information transferred to tiles. */
if (!DNA_struct_elem_find(fd->filesdna, "ImageTile", "int", "gen_x")) {
for (Image *ima = bmain->images.first; ima; ima = ima->id.next) {
for (ImageTile *tile = ima->tiles.first; tile; tile = tile->next) {