From 1ec2f8d1f22634fc171a88d739c96ee8406b6c29 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 8 Apr 2020 10:33:56 +1000 Subject: Cleanup: spelling --- source/blender/editors/undo/memfile_undo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/undo/memfile_undo.c') 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); -- cgit v1.2.3