From cd6b49f995fdca5240a9b97fa99b4dd669a047ea Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 7 Jul 2019 15:38:41 +1000 Subject: Cleanup: spelling --- source/blender/depsgraph/intern/depsgraph_query.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/depsgraph/intern/depsgraph_query.cc') diff --git a/source/blender/depsgraph/intern/depsgraph_query.cc b/source/blender/depsgraph/intern/depsgraph_query.cc index f821af8cdc7..23f2bf4194f 100644 --- a/source/blender/depsgraph/intern/depsgraph_query.cc +++ b/source/blender/depsgraph/intern/depsgraph_query.cc @@ -289,7 +289,7 @@ bool DEG_is_original_id(ID *id) * Localization is usually happening from evaluated data-block, or will have some special pointer * magic which will make them to act as evaluated. * - * NOTE: We conder ID evaluated if ANY of those flags is set. We do NOT require ALL of them. */ + * NOTE: We consider ID evaluated if ANY of those flags is set. We do NOT require ALL of them. */ if (id->tag & (LIB_TAG_COPIED_ON_WRITE | LIB_TAG_COPIED_ON_WRITE_EVAL_RESULT | LIB_TAG_LOCALIZED)) { return false; -- cgit v1.2.3