[Bf-blender-cvs] [8c9243dbdd3] undo-experiments-swap-reread-datablocks: undoexp: cleanup typo.

Bastien Montagne noreply at git.blender.org
Fri Jan 31 14:47:51 CET 2020


Commit: 8c9243dbdd3dce26f36bdd63b0603936bb951915
Author: Bastien Montagne
Date:   Fri Jan 31 12:09:42 2020 +0100
Branches: undo-experiments-swap-reread-datablocks
https://developer.blender.org/rB8c9243dbdd3dce26f36bdd63b0603936bb951915

undoexp: cleanup typo.

===================================================================

M	source/blender/blenloader/intern/readfile.c

===================================================================

diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 07f65c112fa..04d4416ad40 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -10186,7 +10186,7 @@ static void blo_undo_merge_and_fix_collisions_in_libmaps(FileData *fd)
       const void *old_new_oldpointers[2] = {orig_oldp, oldp};
       FOREACH_MAIN_ID_BEGIN (bmain, id) {
         if (id->tag & LIB_TAG_UNDO_OLD_ID_REUSED) {
-          /* We only want to update values of odl pointers in data read from memfile, not the one
+          /* We only want to update values of old pointers in data read from memfile, not the one
            * re-used from the old bmain. */
           continue;
         }



More information about the Bf-blender-cvs mailing list