[Bf-blender-cvs] [8c57402a666] undo-experiments: undoexp: cleanup typo.

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


Commit: 8c57402a666a0edac625f680ca1953150c476f20
Author: Bastien Montagne
Date:   Fri Jan 31 12:09:42 2020 +0100
Branches: undo-experiments
https://developer.blender.org/rB8c57402a666a0edac625f680ca1953150c476f20

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 5a5347eb1e1..21c9d422e9c 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -10130,7 +10130,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