From d0d251b53b7114a52d1253b022acb04d84e39507 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 24 Mar 2020 10:27:12 +1100 Subject: Cleanup: spelling --- source/blender/depsgraph/intern/builder/deg_builder_nodes.cc | 2 +- source/blender/depsgraph/intern/eval/deg_eval_runtime_backup.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/depsgraph') diff --git a/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc b/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc index 70cf0f757bc..f2108b3ad6c 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc +++ b/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc @@ -554,7 +554,7 @@ void DepsgraphNodeBuilder::build_object(int base_index, /* When there is already object in the dependency graph accumulate visibility an linked state * flags. Only do it on the object itself (apart from very special cases) and leave dealing with - * visibility of dependnecies to the visibility flush step which happens at the end of the build + * visibility of dependencies to the visibility flush step which happens at the end of the build * process. */ if (has_object) { IDNode *id_node = find_id_node(&object->id); diff --git a/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup.h b/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup.h index d1a30652b36..dde7d0b2782 100644 --- a/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup.h +++ b/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup.h @@ -51,7 +51,7 @@ class RuntimeBackup { * copied-on-write. In this case there is no need to backup or restore anything. * * It also allows to have restore() logic to be symmetrical to init() without need to worry - * that init() might not have happenned. + * that init() might not have happened. * * In practice this is used by audio system to lock audio while scene is going through * copy-on-write mechanism. */ -- cgit v1.2.3