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 <ideasman42@gmail.com>2020-04-08 03:33:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-04-08 03:33:56 +0300
commit1ec2f8d1f22634fc171a88d739c96ee8406b6c29 (patch)
treec367dae522c4d25008b6df552db502d863830202 /source/blender/editors/undo
parent161c13e12be0c968808612010268e81c88327f65 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/undo')
-rw-r--r--source/blender/editors/undo/memfile_undo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/undo/memfile_undo.c b/source/blender/editors/undo/memfile_undo.c
index a5c503fec90..ebd5b2272b1 100644
--- a/source/blender/editors/undo/memfile_undo.c
+++ b/source/blender/editors/undo/memfile_undo.c
@@ -219,7 +219,7 @@ static void memfile_undosys_step_decode(struct bContext *C,
bmain, id, memfile_undosys_step_id_reused_cb, bmain, IDWALK_READONLY);
}
- /* Tag depsgraph to update datablock for changes that happend between the
+ /* Tag depsgraph to update data-block for changes that happened between the
* current and the target state, see direct_link_id_restore_recalc(). */
if (id->recalc) {
DEG_id_tag_update_ex(bmain, id, id->recalc);